cURL
curl --request GET \ --url https://api.fivemanage.com/api/v3/file \ --header 'Authorization: <api-key>'
{ "data": [ { "filename": "<string>", "id": "<string>", "metadata": {}, "size": 123, "type": "<string>", "url": "<string>" } ], "pagination": { "limit": 123, "page": 123, "total": 123 }, "status": "<string>" }
List files with pagination and filtering by type or path.
Page number (default: 1)
Items per page (default: 50, max: 100)
Filter by file type (image, video, audio)
Filter by folder path
OK
Show child attributes
Was this page helpful?