The Attachment Object
The Attachment object represents a file linked to various objects that require file associations. It includes file metadata (name, content type, size) and may provide a decoded URL for retrieval. It exists to make attached media/documents first-class API data rather than hidden internals.
| Value | Type | Description |
|---|---|---|
| uuid | string | Attachment UUID. |
| file_file_name | string | Uploaded filename. |
| file_content_type | string | Uploaded MIME/content type. |
| file_file_size | integer | Uploaded file size in bytes. |
| file_url | string | Decoded file URL when decoded_url is available; otherwise null. |
| updated_at | string | Record update timestamp. |
| created_at | string | Record creation timestamp. |
