The 'file' object contains the following attributes and properties:
| Attribute |
Type |
Description |
| id |
long |
Unique identifier for the tag. |
| file_name |
string |
The name of the file. |
| user_id |
long |
The id of the user who created the file. |
| description |
string |
The file's description. This can be empty, as the file may or may not have a description. |
| shared |
long |
Whether this file is being shared with others to view. "0" means the file is private, "1" means the file is shared and has an enabled shared_link. |
| shared_link |
string |
A URL to share with others to view the file. |
| created |
long (unix timestamp) |
A unix timestamp for the time in which the file was created. |
| updated |
long (unix timestamp) |
A unix timestamp for the most recent time in which the file was updated. |
| size |
long |
The size of the file in bytes. |
| Property |
Type |
Description |
| tags |
Base64Binary |
A list of the file's tags (tag objects). |
Need additional assistance? Please feel free to Contact us