get https://api.recruitee.com/c//locations
Selected fields in /locations response
Field name | Description |
---|---|
id | Unique location ID - used in job offers to refer to a correct location |
name | Location name |
country_code | Shortened country code expressed in ISO 3166 (link) |
state_name | Hard coded value, depending on the country, translated within the "full_address" translation field |
state_code | Hard coded value, shortened state code |
city | Manually populated value for city, not automatically translated (required) |
street | Manually populated value for street, not automatically translated (optional) |
postal_code | Manually populated value for postal code, not automatically translated (optional) |
full_address | One line address with the following scheme: country, state, city, postal code, street |
created_at | Date when the location was first created |
updated_at | Date when the location was last edited |
archived_at | Date when the location was archived |
lang_code | Default language code of the location |
active_offers_count | Number of offers the location is assigned to |
active_requisitions_count | Number of requisitions the offer is assigned to |
is_deletable | Location with value "false" cannot be deleted unless it is unassigned from all offers |
translations | Array of objects containing translation fields and values, one object for every language |