API Methods
deleteTabularRecords
Note: If you’re using the new version of APIs (V2), refer this link. Purpose You can use the deleteTabularRecords method to delete tabular information from a specified record. Each tabular can have up to 10 entries. You can delete then all at once or ...
updateTabularRecords
Note: If you’re using the new version of APIs (V2), refer this link. Purpose You can use the updateTabularRecords method to update particular tabular entries of a specified record. Type: POST URL Format ...
addTabularRecords
Note: If you’re using the new version of APIs (V2), refer this link. Purpose You can use the addTabularRecords method to add tabular information to a particular record. Type: POST URL Format ...
getTabularRecords
Note: If you’re using the new version of APIs (V2), refer this link. Purpose You can use the getTabularRecords method to obtain the tabular information available in a particular record. Type: GET URL Format: ...
uploadPhoto
Purpose You can use this method to upload photos for Candidates or Contacts. Request URL XML Format: For Candidates: https://recruit.zoho.com/recruit/private/xml/Candidates/uploadPhoto?authtoken=AuthToken&scope=recruitapi&id=RecordId&content=File ...
associateJobOpening
Purpose You can use this method to associate candidates to job openings in Zoho Recruit. Note: Use the POST method to pass these parameters instead of GET method. Request URL XML Format: ...
downloadFile
Purpose You can use this method to download files from Recruit to your system. Request URL XML Format: https://recruit.zoho.com/recruit/private/xml/Candidates/downloadFile?authtoken=AuthToken&scope=recruitapi&id=Attachment Id&version=2 JSON Format: ...
uploadFile
Purpose You can use this method to attach files to records. Request URL XML Format: https://recruit.zoho.com/recruit/private/xml/Candidates/uploadFile JSON Format: https://recruit.zoho.com/recruit/private/json/Candidates/uploadFile For OAuth ...
changeCandidateRating
Purpose You can use this method to change the candidate rating with respect to the job openings in Zoho Recruit. Note: Use the POST method to pass these parameters instead of GET method. Request URL XML Format: ...
changeStatus
Purpose You can use this method to change the candidate status with respect to the job openings in Zoho Recruit. Note: Use the POST method to pass these parameters instead of GET method. Request URL XML Format: ...
getAssociatedJobOpenings
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: ...
downloadPhoto
Purpose You can use this method to download the photos of Candidates or Contacts. Request URL XML Format For Candidates: https://recruit.zoho.com/recruit/private/xml/Candidates/downloadPhoto?authtoken=AuthToken&scope=recruitapi&id=RecordID&version=2 ...
uploadDocument
Purpose You can use this API to parse and upload candidates resumes in Zoho Recruit from third-party applications. This is available only in the Paid Edition. Note: Use the POST method to pass these parameters instead of GET method. Request URL XML ...
getModules
Purpose You can use the getModules method to get the list of modules in your Recruit account. Request URL XML Format: https://recruit.zoho.com/recruit/private/xml/Info/getModules?authtoken=AuthToken&scope=recruitapi JSON Format: ...
getAssociatedCandidates
Purpose You can use this method to get the data of the candidates who are associated with the job openings from third-party applications. Request URL XML Format: ...
getSearchRecords
Purpose You can use this method to search records by the expressions of the selected columns. Request URL XML Format: https://recruit.zoho.com/recruit/private/xml/Module/getSearchRecords?authtoken=AuthToken&scope=recruitapi JSON Format: ...
getFields
Purpose You can use the getFields method to fetch details of the fields available in a particular module. Request URL XML Format: https://recruit.zoho.com/recruit/private/xml/Module/getFields?authtoken=AuthToken&scope=recruitapi&version=2 JSON ...
getRelatedRecords
Purpose You can use the getRelatedRecords method to fetch related records. For example, you can fetch Candidates related to a Campaign or fetch tasks related to a Client. Request URL XML Format: ...
getNoteTypes
Purpose You can use this method to get the list of note types in Zoho Recruit. Note: Use the POST method to pass these parameters instead of GET method. Request URL XML Format: ...
updateRecords
Purpose You can use the updateRecords method to update or modify the records in Zoho Recruit. Note: Use the POST method to pass these parameters instead of GET method. Request URL XML Format To update single record into a module in a single API call: ...
addRecords
Purpose You can use the addRecords method to insert records into the required Zoho Recruit module. Note: Use the POST method to pass these parameters instead of the GET method. Request URL XML Format: ...
getRecordById
Purpose You can use this method to retrieve individual records by record ID. Request URL XML Format: https://recruit.zoho.com/recruit/private/xml/Module/getRecordById?authtoken=AuthToken&scope=recruitapi&version=2&id=RecordID JSON Format: ...
getRecords
Purpose You can use the getRecords method to fetch all users data specified in the API request. Request URL XML Format: https://recruit.zoho.com/recruit/private/xml/Module/getRecords?authtoken=AuthToken&scope=recruitapi JSON Format: ...
API Methods
Method Name Purpose getRecords To retrieve all users data specified in the API request getRecordById To retrieve individual records by record ID addRecords To insert records into the required Zoho Recruit module updateRecords To update or modify the ...