ats/attachments

Retrieve Attachments

Retrieve Attachments from any connected Ats software

get/ats/attachments/{id}

Path parameters

idstring required

id of the attachment you want to retrieve.

Query parameters

remote_databoolean

Set to true to include data from the original Ats software.

Headers

x-connection-tokenstring required

The connection token

Response

file_urlstring

The URL of the file

file_namestring

The name of the file

attachment_typestring

The type of the file

remote_created_atstring date-time

The remote creation date of the attachment

remote_modified_atstring date-time

The remote modification date of the attachment

candidate_idstring

The UUID of the candidate

field_mappingsobject required
idstring

The UUID of the attachment

remote_idstring

The remote ID of the attachment

remote_dataobject required
created_atobject required
modified_atobject required

Changes