Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This API call returns all info related to share action object.

Resource URL

/api/1.0/share/download-info/<ID>

Resource Information

 

Response formatsJSON
Requires authentication?Depends on share type
HTTP MethodGET

 

Example Request URL

Example Result

{
    "id": <uuid>,
    "message": <string>,
    "subject": <string>,
    "activates": <timestamp>,
    "expires": <timestamp>,
    "sender_name": <string>,
    "sender_email": <string>,
    "pgp_encrypted": <boolean>, // indicates if files were PGP encrypted
    "private_key": <string>, // contains receiver's private PGP key (password protected)
    "enable_pgp": <boolean>, // indicates if PGP is enabled account-wise
    "status": <string>,
    "share_type": <string>
}

 

 

 

  • No labels
Quatrix APIs v1.0 QA1