Folders
List Favourite Folder
Banking
- Bank Accounts
- NGN Banking
- US Banking
Evault
- Archives
- Bins
- Files
- Folders
- GETList Favourite Folder
- GETRetrieve Favourite Folder
- PUTUpdate Favourite Folder (Put)
- DELDelete Favourite Folder
- PATCHUpdate Favorite Folder (Patch)
- GETList Folders
- POSTCreate Folder
- GETRetrieve Folder
- PUTUpdate Folder (Put)
- DELDelete Folder
- PATCHUpdate Folder (Patch)
- POSTCreate Sub-File
- POSTCreate Sub-Folder
- POSTDuplicate Folder
- GET
- File Shares
- Storage Usage
- Tags
Metas
- Request Logs
Folders
List Favourite Folder
GET
/
evault
/
v1
/
favourite
/
folders
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": "<string>",
"name": "<string>",
"access": "<string>",
"description": "<string>",
"files_count": 123,
"folders_count": 123,
"file_size": 123,
"file_size_unit": "<string>",
"extension": "<string>",
"is_starred": true,
"is_archived": true,
"is_deleted": true,
"folder": "<string>",
"parent_folder": "<string>",
"path": "<string>",
"root": true,
"tags": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"file_share_id": "<string>",
"is_shared": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}
Authorizations
Query Parameters
A page number within the paginated result set.
Number of results to return per page.
Response
200 - application/json
Example:
123
Example:
"http://api.example.org/accounts/?page=4"
Example:
"http://api.example.org/accounts/?page=2"
indicates if the folder is on the root of the folder heirachy.
Maximum length:
255
Maximum length:
500
Enclosing Folder that contain this folder, default to root.
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": "<string>",
"name": "<string>",
"access": "<string>",
"description": "<string>",
"files_count": 123,
"folders_count": 123,
"file_size": 123,
"file_size_unit": "<string>",
"extension": "<string>",
"is_starred": true,
"is_archived": true,
"is_deleted": true,
"folder": "<string>",
"parent_folder": "<string>",
"path": "<string>",
"root": true,
"tags": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"file_share_id": "<string>",
"is_shared": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}