cURL
curl --request GET \ --url https://api.example.com/evault/v1/folders/{id}/ \ --header 'api-key: <api-key>'
{ "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>" } ] }
Inject the user of the current request in the serializer save method
A unique value identifying this file folder.
indicates if the folder is on the root of the folder heirachy.
255
500
Enclosing Folder that contain this folder, default to root.
Show child attributes