Returns a single area by its ID.
cURL
curl --request GET \ --url https://api.roostedhr.com/api/1_12/areas/{id} \ --header 'X-API-KEY: <api-key>'
{ "id": "a1B2c", "name": "Northeast", "parent_id": "", "nlevel": 0, "protected": false }
Unique area identifier.
"a1B2c"
OK
Display name of the area.
"Northeast"
Parent area ID, or empty string if top-level.
""
Nesting depth (0 = top-level).
0
Whether the area is system-protected.
false