Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.14 KB

File metadata and controls

18 lines (13 loc) · 1.14 KB

AttachmentRequest

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
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]
integration_params {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type [optional]
linked_account_params {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type [optional]

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