Fields:
| Field Name | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Unique identifier for the card file. |
| card_id | string | Yes | Unique identifier of card. |
| name | string | Yes | Name of card file. |
| author_id | string, number, null | No | Unique identifier of author of file. |
| created | string | null | No | Date of upload of card file |
| custom_field_id | string, number, null | No | ID of linked custom field |
| external | boolean, null | No * | Boolean value which specifying if the storage is external or not |
| external_type | string | null | No | String which represents external storage type |
| external_url | string | null | No | URL of external storage file |
| path | string, null | No | Relative path to the file |
| size | number, null | No | Size of card file |
Description of fields:
id:
Unique identifier of card file.
card_id:
Parent card ID, where the file is attached.
name:
Defines the name of card file.
author_id:
ID of author of the attached file.
created:
Date of uploading card file.
custom_field_id:
If custom field ID is provided, the file will be attached to that field instead of the card.
external:
Defines if the file is from external or internal storage.
external_type:
Defines external storage type, available options are: gdrive, dropbox.
external_url:
Defines url of external storage file.
path:
Relative path to the file.
size:
Size of card file
* - If the external property is set to true, then external_type and external_url must also be present.
JSON schema: