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 list of file links metadata by share action ID.

Resource URL

/api/1.0/share/files/<ID>

Resource Information

 

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

 

Example Request URL

Example Result

[
	{
		"count": <int>, // Number of files in folder
		"name": <string>,
		"size": <int>,
		"id": <uuid>,
		"type": "F" // File type 'D' for directory
	},
	...
]

 

 

 

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