
| Header Name | Value |
| Authorization | Zoho-oauthtoken {access_token} |

Possible Scope Names (Case Sensitive) | Operation Types |
referral, campaign, assessment, vendor, offer, attachment, forecast, note, call, event, task, candidate, jobopening, client, department, interview, contact & custom (for all Custom Modules) | 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 |
| parentModule* | String | Module for which you want to fetch the related records Example: If you want to fetch Candidates related to a Campaign, then Campaigns is your parent module. |
| id* | Integer | The id of the record for which you want to fetch related records |
| newFormat | Integer | newFormat=1: To exclude fields with "null" values while inserting data from your Recruit account. newFormat=2: To include fields with "null" values while inserting data from your Recruit account. |
| fromIndex | Integer | Default value - 1 |
| toIndex | Integer | Default value - 20 Maximum value - 200 |
| version* | Integer | Use version=2: This will fetch responses based on the latest API implementation. |



