GET
/
evault
/
v1
/
favourite
/
files
/
{id}
{
  "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"
}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

A unique value identifying this file upload.

Response

200 - application/json
id
string
required
file
string
required
hash
string | null
required

hash of the uploaded file

mimetype
string | null
required
extension
string
required
file_size
integer
required
file_size_unit
string
required
root
boolean
required

indicates if the file is on the root of the file heirachy.

access
string | null
required
file_share_id
string | null
required
is_shared
boolean
required
tags_detail
object[]
required
created_at
string
required
updated_at
string
required
name
string | null

Name of the file upload

Maximum length: 255
description
string | null
Maximum length: 500
folder
string | null
is_starred
boolean
is_archived
boolean
is_deleted
boolean
tags
string[]