Skip to content

Get a Candidate Rollup Record by Rollup Code and Candidate ID​

GET
/CandidatesV2/RollupLists/{Code}/{CandidateId}

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
{
"AggregateCount": 0,
"MetaData": null,
"CandidateId": 0,
"Code": "string",
"Stage": null,
"Rank": 0,
"Comments": "string",
"DateEntered": "string",
"LastModified": "string",
"DateRead": "string",
"SortDistance": 0,
"Candidate": "[Circular Reference]",
"RollupList": "[Circular Reference]"
}

Playground​

Authorization
Variables
Key
Value

Samples​