FileItem (object)
| Feld | Typ | Beschreibung | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| category | string | — | |||||||||||||||
| contact | object |
| |||||||||||||||
| contact_id | integer | — | |||||||||||||||
| created_at | string (date-time) | Creation timestamp in ISO 8601 format. | |||||||||||||||
| created_by | object |
| |||||||||||||||
| created_user_id | integer | — | |||||||||||||||
| date | string | — | |||||||||||||||
| deleted_at | string (date-time) | Creation timestamp in ISO 8601 format. | |||||||||||||||
| file_bytes | integer | — | |||||||||||||||
| file_ext | string | — | |||||||||||||||
| file_name* | string | — | |||||||||||||||
| file_type | string | — | |||||||||||||||
| folder | object |
| |||||||||||||||
| folder_id | integer | — | |||||||||||||||
| id* | integer | — | |||||||||||||||
| is_xml | boolean | — | |||||||||||||||
| new | boolean | — | |||||||||||||||
| notes | string | — | |||||||||||||||
| owner_entity_id | integer | ID of the owner entity within the account. | |||||||||||||||
| owner_entity_label | string | Cached display label of the linked owner entity (e.g. invoice number). | |||||||||||||||
| owner_entity_type | string | API entity type of the owner (e.g. Invoice, Receipt). | |||||||||||||||
| protected | boolean | — | |||||||||||||||
| reference_number | string | — | |||||||||||||||
| scanned_at | string | — | |||||||||||||||
| thumbnail_url | string | — | |||||||||||||||
| updated_at | string (date-time) | Last update timestamp in ISO 8601 format. | |||||||||||||||
| url | string | — |
Beispiel (JSON)
{
"id": 0,
"category": "string",
"date": "string",
"reference_number": "string",
"protected": true,
"new": true,
"file_name": "string"
}