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

This API call is used to send files return response to share files request.

Resource URL

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

Resource Information

 

Response formatsJSON
Requires authentication?Yes
HTTP MethodPOST
Response code202

Parameters

 

Name TypeDefault ValueValidationDescription

id

required

uuid-uuid4

the ID of instant share object using which you want to share

files 

required

uuid[]-uuid4[]

specifies the list of file IDs you want to share

message

optional

string''length[0, 10000]

text of the email message


Example Request URL

Example Result

{"job_id": <uuid>}

 

 

 

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