searchRecord

Promise: To retrieve records that match your search criteria using Widget APIs.

Request Format

ZOHO.RECRUIT.API.searchRecord()

Sample Request

CopiedZOHO.RECRUIT.API.searchRecord({"Entity" :"Candidates","Type" : "criteria","Query" :"Last_Name:contains:Jacky"}).then(function ( successResponse ) {}, function ( errorResponse ) {});

Sample Response

Copied{
    "data": [
        {
            "Origin": null,
            "Email": "samuel@zoho.com",
            "$currency_symbol": "Rs.",
            "Last_Activity_Time": "2020-08-21T17:03:13+05:30",
            "Highest_Qualification_Held": null,
            "Skill_Set": null,
            "$converted": false,
            "$process_flow": false,
            "Brother": null,
            "Updated_On": "2020-08-21T17:03:13+05:30",
            "Current_Employer": null,
            "Street": null,
            "Zip_Code": null,
            "id": "486812000001660091",
            "Experience_in_Years": null,
            "$approved": true,
            "$approval": {
                "delegate": false,
                "approve": false,
                "reject": false,
                "resubmit": false
            },
            "Candidate_Status": "New",
            "Candidate_ID": "ZR_446_CAND",
            "Last_Mailed_Time": null,
            "Created_Time": "2020-08-21T16:10:59+05:30",
            "$followed": false,
            "$editable": true,
            "Is_Locked": false,
            "City": "Chennai",
            "Lead_Owner": {
                "name": "Thomas Shelby",
                "id": "486812000000216003"
            },
            "Is_Unqualified": false,
            "Associated_Tags": [],
            "Additional_Info": null,
            "State": null,
            "Country": null,
            "Created_By": {
                "name": "Thomas Shelby",
                "id": "486812000000216003"
            },
            "Secondary_Email": null,
            "Is_Attachment_Present": false,
            "Salary": 0,
            "Rating": null,
            "Website": null,
            "Twitter": null,
            "Current_Job_Title": null,
            "Salutation": null,
            "Source": "Added by User",
            "First_Name": "Samuel",
            "Full_Name": "Samuel Jacky",
            "Modified_By": {
                "name": "Thomas Shelby",
                "id": "486812000000216003"
            },
            "Skype_ID": null,
            "Experience_Details": [],
            "Phone": null,
            "Email_Opt_Out": false,
            "JobOpening1": null,
            "Educational_Details": [],
            "$converted_detail": {},
            "Career_Page_Invite_Status": "0",
            "Mobile": "7685635434456",
            "Last_Name": "Jacky",
            "Current_Salary": 0,
            "Possible_Salary": 0,
            "Associated_any_Social_Profiles": null,
            "Fax": null,
            "Expected_Salary": 0
        },
        {
            "Origin": null,
            "Email": "newlead@zoho.com",
            "$currency_symbol": "Rs.",
            "Last_Activity_Time": "2020-08-21T16:08:26+05:30",
            "Highest_Qualification_Held": null,
            "Skill_Set": null,
            "$converted": false,
            "$process_flow": false,
            "Brother": null,
            "Updated_On": "2020-08-21T16:08:26+05:30",
            "Current_Employer": null,
            "Street": null,
            "Zip_Code": null,
            "id": "486812000001660077",
            "Experience_in_Years": null,
            "$approved": true,
            "$approval": {
                "delegate": false,
                "approve": false,
                "reject": false,
                "resubmit": false
            },
            "Candidate_Status": "New",
            "Candidate_ID": "ZR_443_CAND",
            "Last_Mailed_Time": null,
            "Created_Time": "2020-08-21T16:08:26+05:30",
            "$followed": false,
            "$editable": true,
            "Is_Locked": false,
            "City": null,
            "Lead_Owner": {
                "name": "Thomas Shelby",
                "id": "486812000000216003"
            },
            "Is_Unqualified": false,
            "Associated_Tags": [],
            "Additional_Info": null,
            "State": null,
            "Country": null,
            "Created_By": {
                "name": "Thomas Shelby",
                "id": "486812000000216003"
            },
            "Secondary_Email": null,
            "Is_Attachment_Present": false,
            "Salary": null,
            "Rating": null,
            "Website": null,
            "Twitter": null,
            "Current_Job_Title": null,
            "Salutation": null,
            "Source": "Added by User",
            "First_Name": "Sagar",
            "Full_Name": "Sagar Alias Jacky",
            "Modified_By": {
                "name": "Thomas Shelby",
                "id": "486812000000216003"
            },
            "Skype_ID": null,
            "Experience_Details": [],
            "Phone": null,
            "Email_Opt_Out": false,
            "JobOpening1": null,
            "Educational_Details": [],
            "$converted_detail": {},
            "Career_Page_Invite_Status": "0",
            "Mobile": "7685635434456",
            "Last_Name": "Alias Jacky",
            "Current_Salary": null,
            "Possible_Salary": null,
            "Associated_any_Social_Profiles": null,
            "Fax": null,
            "Expected_Salary": null
        }
    ],
    "info": {
        "per_page": 200,
        "count": 2,
        "page": 1,
        "more_records": false
    }
}