Header Name | Value |
Authorization | Zoho-oauthtoken {access_token} |
Possible Scope Names (Case Sensitive) | Operation Types |
candidatestatus, jobopeningstatus, interviewstatus | ALL - Full access to the record READ - Get records from the module |
Parameter | Data Type | Description |
authtoken* | String | Encrypted alphanumeric string to authenticate your Zoho credentials. |
scope* | String | Specify the value as recruitapi |
Parameter | Data Type | Description |
jobId | String | Specify uniqueID of the Job Opening record for which the associated candidate status has to be changed. This parameter is mandatory if you wish to change the status of a candidate associated with a job opening. |
candidateIds* | String | Specify candidate ids, separated by a comma, for which the status has to be changed, with respect to the job opening. |
version* | Integer | Use version=2: This will fetch responses based on the latest API implementation |
candidateStatus* | String | Specify the status of the candidate with respect to the job opening. |
comments | String | Specify the comments for the change in status. |
Note: Parameters marked with * are mandatory.