POST api/v1/socialcandidates/search?jobid={jobid}

Get Social Candidates

Request Information

Parameters

NameDescriptionAdditional information
SearchString
"JobTitle" : "Java Developer"
            "JobTitle_Synonyms" : "Java Developer, J2EE Developer"
            "Location" : "Raleigh"
            "ZipCode" : "27513"
            "Miles" : 50
            "MinExp" : 2
            "MaxExp" : 10
            "School" : "Harvard University"
            "Education" : "Computer Science"
            "Degree" : "Masters"
            "Certification" : "Google Developer's Certification"
            "CurrentCompany" : "Microsoft"
            "CurrentOrPastCompanies" : "Google"
            "PastCompanies" : "Facebook"
            "PreferredCompanies" : "Amazon"
            "Exclude_Company" : "Masters"
            "Social_Source_Name" : "Linkedin"
            "Language" : "English"
            "Company" : "Leoforce"
            "Industries" : "IT",
            "JobFunctions" : "Development, Finance"
            "Name" : "Cristiano Ronaldo"
            "City" : "Raleigh"
            "State" : "North Carolina"
            "BooleanSearchString" : "java OR .net"
            "MustHave": "java,.net"
            "NiceToHave" : "JavaScript,JQuery"
            "IsFuzzySearch" : true (Default true)
            "MinimumNiceToHavesShouldMatch" : 1 (Default 1)
            "ExcludeKeywords" : "python"
            "CountryID" : 35 (Arya CountryID)
            "TakeCount" : 10
            "SkipCount" : 10
            "AggregateOn":["Title","CurrentCompany","Location","sources"] or null
            "FreshnessInDays":30(Days)

Define this parameter in the request body.

jobid
Value of Arya Job ID

Define this parameter in the request URI.

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'.