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 |
id* | String | Specify the unique ID of the record |
tabularNames* | String | Name of the tabular data you required in comma separated format. |
Sample Request:
https://recruit.zoho.com/recruit/private/xml/Candidates/getTabularRecords?authtoken=abbdd****&id=368078000001395033&tabularNames=(Experience Details,Educational Details)
Response
<?xml version="1.0" encoding="UTF-8"?>
<response uri="/recruit/private/xml/Candidates/getTabularRecords">
<result>
<Candidates>
<FL val="Educational Details">
<TR no="0">
<TL val="Institute / School" genType="1"
uiType="1"><![CDATA[New England College -]]></TL>
<TL val="Major / Department" genType="1"
uiType="1"><![CDATA[Computer Informatics]]></TL>
<TL val="Degree" genType="1"
uiType="1"><![CDATA[Masters]]></TL>
<TL val="Duration_From" genType="1"
uiType="6607"><![CDATA[12-2015]]></TL>
<TL val="Duration_To" genType="1"
uiType="6607"><![CDATA[12-2016]]></TL>
</TR>
<TR no="1">
<TL val="Institute / School" genType="1"
uiType="1"><![CDATA[MLR Institute of Technology -]]></TL>
<TL val="Major / Department" genType="1" uiType="1" />
<TL val="Degree" genType="1" uiType="1" />
<TL val="Duration_From" genType="1"
uiType="6607"><![CDATA[12-2014]]></TL>
<TL val="Duration_To" genType="1"
uiType="6607"><![CDATA[03-2015]]></TL>
</TR>
</FL>
<FL val="Experience Details">
<TR no="0">
<TL val="Occupation / Title" genType="1"
uiType="1"><![CDATA[Athlete - Pittsburgh, PA]]></TL>
<TL val="Company" genType="1" uiType="1"><![CDATA[Trax,
LLC]]></TL>
<TL val="Summary" genType="1" uiType="110"><![CDATA[Under
Dennis Brown]]></TL>
<TL val="Work Duration_From" genType="1"
uiType="6607"><![CDATA[04-2017]]></TL>
<TL val="Work Duration_To" genType="1"
uiType="6607"><![CDATA[06-2017]]></TL>
</TR>
<TR no="1">
<TL val="Occupation / Title" genType="1"
uiType="1"><![CDATA[Graduate Teaching Assistant (JAVA) - Henniker,
NH]]></TL>
Ovens]]></TL>
<TL val="Company" genType="1" uiType="1"><![CDATA[Prof. Jim
<TL val="Summaary" genType="1" uiType="110"><![CDATA[•
Delivered a range of teaching and assessment activities including tutorials
directed towards the delivery of subjects at graduate level]]></TL>
<TL val="Work Duration_From" genType="1"
uiType="6607"><![CDATA[12-2015]]></TL>
<TL val="Work Duration_To" genType="1"
uiType="6607"><![CDATA[12-2015]]></TL>
</TR> </FL>
</Candidates>
</result>