getAssociatedJobOpenings Method
Purpose
You can use this method to get the data of the job openings associated with the candidates from third-party applications.
Request URL
XML Format
https://recruit.zoho.com/recruit/private/xml/Candidates/getAssociatedJobOpenings?authtoken=Auth Token&scope=recruitapi&version=2
JSON Format
https://recruit.zoho.com/recruit/private/json/Candidates/getAssociatedJobOpenings?authtoken=Auth Token&scope=recruitapi&version=2
Request Parameters
Parameter | Data Type | Description |
authtoken* | String | Encrypted alphanumeric string to authenticate your Zoho credentials. |
scope* | String | Specify the value as recruitapi. |
id* | String | Specify unique ID of the Candidate record. |
version* | Integer | Use version=2: This will fetch responses based on the latest API implementation |
* - Mandatory parameter
Example
To get the data of the candidates associated with the job openings from third-party applications.
URL Format:
http://recruit.zoho.com/recruit/private/xml/Candidates/getAssociatedJobOpenings?authtoken=AUTHTOKEN&scope=recruitapi&id=50000000033013
Response Format:
<response uri="/recruit/internal/xml/Candidates/getAssociatedJobOpenings">
</response>