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 }
Documentation IndexFetch the complete documentation index at: https://docs.roostedhr.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.roostedhr.com/llms.txt
Use this file to discover all available pages before exploring further.
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