File Shares
List File Share
Banking
- Bank Accounts
- NGN Banking
- US Banking
Evault
- Archives
- Bins
- Files
- Folders
- File Shares
- Storage Usage
- Tags
Metas
- Request Logs
File Shares
List File Share
Inject the user of the current request in the serializer save method
GET
/
evault
/
v1
/
file_shares
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": "<string>",
"user": {
"email": "jsmith@example.com",
"first_name": "<string>",
"last_name": "<string>",
"username": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"file_type": "<string>",
"file": "<string>",
"file_detail": {
"id": "<string>",
"name": "<string>",
"file": "<string>",
"hash": "<string>",
"mimetype": "<string>",
"extension": "<string>",
"file_size": 123,
"file_size_unit": "<string>",
"description": "<string>",
"folder": "<string>",
"root": true,
"access": "<string>",
"is_starred": true,
"is_archived": true,
"is_deleted": true,
"file_share_id": "<string>",
"is_shared": true,
"tags": [
"<string>"
],
"tags_detail": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"folder": "<string>",
"folder_detail": {
"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,
"parent_folder": "<string>",
"root": true,
"tags": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"files": "<string>",
"folders": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"access": "public",
"users": [
123
],
"users_detail": [
{
"email": "jsmith@example.com",
"first_name": "<string>",
"last_name": "<string>",
"username": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"emails": "<any>",
"has_password": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}
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"
hash of the uploaded file
indicates if the file is on the root of the file heirachy.
Maximum length:
20
Description of the tag
Maximum length:
500
Name of the file upload
Maximum length:
255
Maximum length:
500
indicates if the folder is on the root of the folder heirachy.
Maximum length:
20
Description of the tag
Maximum length:
500
Maximum length:
255
Maximum length:
500
Indicate the access type of the file sharing instance.
public
- publicprivate
- private
Available options:
public
, private
Blucera Users linked to the file sharing instance.
Emails of Persons/Users linked to the File Sharing instance.
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": "<string>",
"user": {
"email": "jsmith@example.com",
"first_name": "<string>",
"last_name": "<string>",
"username": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"file_type": "<string>",
"file": "<string>",
"file_detail": {
"id": "<string>",
"name": "<string>",
"file": "<string>",
"hash": "<string>",
"mimetype": "<string>",
"extension": "<string>",
"file_size": 123,
"file_size_unit": "<string>",
"description": "<string>",
"folder": "<string>",
"root": true,
"access": "<string>",
"is_starred": true,
"is_archived": true,
"is_deleted": true,
"file_share_id": "<string>",
"is_shared": true,
"tags": [
"<string>"
],
"tags_detail": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"folder": "<string>",
"folder_detail": {
"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,
"parent_folder": "<string>",
"root": true,
"tags": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"files": "<string>",
"folders": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"access": "public",
"users": [
123
],
"users_detail": [
{
"email": "jsmith@example.com",
"first_name": "<string>",
"last_name": "<string>",
"username": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"emails": "<any>",
"has_password": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}