| Name | Type | ReadOnly | Filterable | Description |
|---|---|---|---|---|
| Id [KEY] | string | true | true | The Id of the attachable. |
| SyncToken | string | false | false | The version number of the entity. This must be specified when executing an update or delete. |
| MetaData_CreateTime | datetime | true | true | The time the record was created. |
| MetaData_LastUpdatedTime | datetime | true | true | The time the record was last updated. |
| FileName | string | false | true | FileName of the attachment. |
| Size | integer | false | true | Size of the attachment. |
| ContentType | string | false | true | ContentType of the attachment. |
| Category | string | false | true | Category of the attachment. |
| Latitude | double | false | true | Latitude from where the attachment was requested. |
| Longitude | double | false | true | Longitude from where the attachment was requested. |
| Note | string | false | true | Note either related to the attachment or as a standalone note. |
| PlaceName | string | false | true | PlaceName from where the attachment was requested. |
| Tag | string | false | true | Tag name for the requested attachment. |
| AttachableRef | string | false | false | Aggregate that specifies the transaction object to which this attachable file is to be linked |
| FileAccessUri | string | false | true | FullPath FileAccess URI of the attachment. |
| TempDownloadUri | string | false | true | TempDownload URI which can be directly downloaded by clients. |