POST api/v1/orgs/{orgId}/candidate/search

Candidate Sample Search

Request Information

Parameters

NameDescriptionAdditional information
orgId
Value of Arya Organization ID

Define this parameter in the request URI.

SearchString
{
            "Name": null,
            "JobTitle": null,
            "JobTitle_Synonyms": null,
            "Search_String": "(\"Java Developer\" OR \"Java\" OR \"JavaEE\")",
            "BooleanSearchString": null,
            "Required_Skills": null,
            "MinExp": null,
            "MaxExp": null,
            "Use_Search_String": null,
            "School": null,
            "Education": null,
            "Degree": null,
            "Certification": null,
            "CurrentCompany": null,
            "CurrentOrPastCompanies": null,
            "PastCompanies": null,
            "PreferredCompanies": null,
            "Exclude_Company": null,
            "Exclude_Skills": null,
            "Social_Source_Name": null,
            "Exclude_ML": null,
            "IncludeResume": null,
            "Language": null,
            "SubsidiaryCompanies": null,
            "Company": null,
            "Industries": null,
            "City": null,
            "State": null,
            "Location": null,
            "ZipCode": null,
            "Latitude": "40.71427",
            "Longitude": "-74.00597",
            "Miles": 50,
            "Country": "US",
            "CountryID": null,
            "TakeCount": null,
            "SkipCount": null,
            "Page": 1,
            "PageSize": 500,
            "PreferredSkills": null,
            "OverrideARYAintelligence": null,
            "JobDescription": null,
            "ExcludeKeywords": null,
            "RadioSearchOption": null,
            "UserEmailID": null,
            "AggregateOn": null
            }

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<anyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Object'.