edit
File Model
| Name |
Type |
|
Description |
| id |
integer |
read only |
The unique id of the file |
| uploaddate |
DateTime |
read only |
The ISO DateTime the file was uploaded |
| mimetype |
string |
read only |
|
| name |
string |
|
The name of the file |
| category |
string |
|
The category of the file |
| filename |
string |
|
The filename of the file |
| size |
integer |
read only |
The size of the file |
| downloadpath |
string |
read only |
The download path of the file |
The following fields are only retrieved on GET requests for a single entity.
| Name |
Type |
|
Description |
| posts |
[Ticket Post] (api-ticketpost.md) |
|
Array of ticket posts related to the file |
| project |
Project |
|
The project related to the file |
| contact |
Contact |
|
The contact related to the file |
| lead |
Lead |
|
The lead (if applicable) related to the file |