cURL
curl --request GET \ --url https://api.example.com/evault/v1/favourite/folders/ \ --header 'api-key: <api-key>'
{ "count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [ { "id": "<string>", "access": "<string>", "files_count": 123, "folders_count": 123, "file_size": 123, "file_size_unit": "<string>", "extension": "<string>", "parent_folder": "<string>", "path": "<string>", "root": true, "file_share_id": "<string>", "is_shared": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "description": "<string>", "is_starred": true, "is_archived": true, "is_deleted": true, "folder": "<string>", "tags": [ { "id": "<string>", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>" } ] } ] }
A page number within the paginated result set.
Number of results to return per page.
123
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"
Show child attributes