File
Represents files attached to records, including the file name, size, and binary data content.
Columns
| Name | Type | ReadOnly | Description |
| attachment_Href | String | True |
The URL of the attachment associated with this file. |
| attachment_Id | String | True |
The Id of the attachment associated with this file. |
| attachment_Key | String | True |
The system-assigned key of the attachment associated with this file. |
| data | String | False |
The base64-encoded binary data content of the file. |
| href | String | True |
The URL of the file resource. |
| id | String | True |
The unique identifier of the file record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the file record. |
| name | String | False |
The name of the file. |
| size | Int | True |
The size of the file in bytes. |