GET api/v1/orgs/{orgid}/jobs/{jobid}/candidatedistributionstats?countryid={countryid}&statecode={statecode}&city={city}&zipcode={zipcode}
To get candidate distribution stats for arya job (only for US jobs)
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| orgid | Arya org id |
Define this parameter in the request URI. |
| jobid | Arya job id |
Define this parameter in the request URI. |
| countryid | Country id defined by arya |
Define this parameter in the request URI. |
| statecode | US state code defined by arya |
Define this parameter in the request URI. |
| city | US city name |
Define this parameter in the request URI. |
| zipcode | US zip code |
Define this parameter in the request URI. |