GET api/v1/GetCandidateDistributionInsights?Company={Company}&CountryId={CountryId}&State={State}&City={City}
Get location stats for given job title and location
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Company | This is mandatory field. It expects the Company you want to process. |
Define this parameter in the request URI. |
CountryId | This is mandatory field. It expects the country Id. Currently available only for US i.e 1 (API available for getting Country Id from Country name) |
Define this parameter in the request URI. |
State | This is optional field. If you want state level stats, provide state name to this field. |
Define this parameter in the request URI. |
City | This is optional field. If you want city level stats, provide city name to this field along with state name to 'State' field. |
Define this parameter in the request URI. |