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

This API call returns files request metadata.

Resource URL

/api/1.0/files-return/metadata/<ID>

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?Yes
HTTP MethodGET

Example Request URL

Example Result

{
    "id": <uuid>,
    "subject": <string>,
    "sender_name": <string>,
    "sender_key": <base64string>,
    "sender_email": <string>,
    "return_pgp_encrypted": <bool>,
    "title": <string>,
    "enable_pgp": <bool>,
    "status": <'A'|'D'>,
    "folder_id": <uuid>,
    "activates": <timestamp>,
    "expires": <timestamp>
}

 

 

 

 

  • No labels
Write a comment…
Quatrix APIs v1.0 QA1