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 get share action files download link id.

Resource URL

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

Resource Information

 

Response formatsJSON
Requires authentication?Depends on share type
HTTP MethodPOST
Response code200

Parameters

 

Name TypeDefault ValueValidationDescription

id

required

uuid-uuid4share action ID

links

required

uuid[]-uuid4[]

list of share action file IDs to download

Example Request URL

Example Result

{
	"id": <uuid>
}
  • No labels
Write a comment…
Quatrix APIs v1.0 QA1