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 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

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
Quatrix APIs v1.0 QA1