GET api/v1/orgs/{orgid}/jobs/{jobid}/sources/{sourcename}/candidatesmetadata?take={take}&skip={skip}&SearchKeywords={SearchKeywords}&CandidateState={CandidateState}
Retrieve metadata for sourced Candidates.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
orgid | Value of Arya Organization ID |
Define this parameter in the request URI. |
jobid | Value of Arya Job ID |
Define this parameter in the request URI. |
sourcename | Value of Arya sourcename name like internal |
Define this parameter in the request URI. |
take | Value of take count |
Define this parameter in the request URI. |
skip | Value of skip count |
Define this parameter in the request URI. |
SearchKeywords | Value of SearchKeywords |
Define this parameter in the request URI. |
CandidateState | Values - retained/shortlisted/ignored/ |
Define this parameter in the request URI. |