Purpose You can use this method to get the candidates data who are associated with the job openings from third-party applications.
Request URL to getAssociatedCandidates:
XML: https://recruit.zoho.com/ats/private/xml/JobOpenings/getAssociatedCandidates?authtoken=Auth Token&scope=recruitapi JSON: https://recruit.zoho.com/ats/private/json/JobOpenings/getAssociatedCandidates?authtoken=Auth Token&scope=recruitapi
Request Parameters: | Parameter | Type | Description |
| authtoken* | String | Encrypted alphanumeric string to authenticate your Zoho credentials. |
| scope* | String | Specify the value as recruitapi |
| jobId* | String | Specify unique ID of the Job Opening record. |
* - Mandatory parameter
Examples:
Get candidates data who are associated with job openings from third-party applications.
URL Format:
http://recruit.zoho.com/ats/private/xml/JobOpenings/getAssociatedCandidates?authtoken=7d987658943g4j09h43dd0b167dda34b&scope=recruitapi&jobId=50000000033013;
Response Format:
<response uri="/ats/private/xml/JobOpenings/getAssociatedCandidates">
<result>
<JobOpenings>
<row no="1">
<FL val="CANDIDATEID">50000000033009</FL>
<FL val="STATUS">Approved by client</FL>
</row>
<row no="2">
<FL val="CANDIDATEID">50000000027047</FL>
<FL val="STATUS">Waiting-for-Evaluation</FL>
</row>
<row no="3">
<FL val="CANDIDATEID">50000000035946</FL>
<FL val="STATUS">Waiting-for-Evaluation</FL>
</row>
<row no="4">
<FL val="CANDIDATEID">50000000036036</FL>
<FL val="STATUS">Approved by client</FL>
</row>
</JobOpenings>
</result>
</response>