Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1004 Bytes

Attachment.md

File metadata and controls

22 lines (14 loc) · 1004 Bytes

Attachment

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.

Properties

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]