The Attachment Object ### Description The Attachment
object is used to represent a attachment for a candidate. ### Usage Example Fetch from the LIST Attachments
endpoint and view attachments accessible by a company.
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | [optional] [readonly] | |
remoteId | String | The third-party API ID of the matching object. | [optional] |
fileName | String | The attachment's name. | [optional] |
fileUrl | URI | The attachment's url. | [optional] |
candidate | UUID | [optional] | |
attachmentType | AttachmentTypeEnum | The attachment's type. | [optional] |
remoteData | List<RemoteData> | [optional] [readonly] | |
remoteWasDeleted | Boolean | [optional] [readonly] | |
fieldMappings | Map<String, Object> | [optional] [readonly] |