Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

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

Code Block
languagejs
{
	"id": <uuid>
}
Quatrix APIs v1.0 QA1