Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.07 KB

File metadata and controls

19 lines (14 loc) · 1.07 KB

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 str [optional] [readonly]
remote_id str, none_type The third-party API ID of the matching object. [optional]
file_name str, none_type The attachment's name. [optional]
file_url str, none_type The attachment's url. [optional]
candidate str, none_type [optional]
attachment_type object, none_type The attachment's type. [optional]
remote_data [RemoteData], none_type [optional] [readonly]
remote_was_deleted bool [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]