Skip to content

Search for Candidate Attachment records​

GET
/candidatesV2/attachments

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Responses​

application/json
JSON
{
"AttachmentId": 0,
"Type": null,
"Name": "string",
"Description": "string",
"Date": "string",
"ProfileLink": "string",
"ProfileLinkEdit": "string",
"Hash": "string",
"Data": "string",
"Size": 0,
"TokenId": 0,
"AggregateCount": 0,
"MetaData": null,
"CandidateId": 0,
"Candidate": "[Circular Reference]"
}

Playground​

Authorization
Variables
Key
Value

Samples​