Operations related to Areas (Hierarchies)
Last updated 3 months ago
Was this helpful?
The information provided by this endpoint is useful to build the filters on the stats API or setup the employee profiles on the Employees API.
Entity representing the information for a given area or department on your account
GET /api/v1/public/company/hierarchy HTTP/1.1 Host: api.myhappyforce.com happyforceAPIKey: YOUR_API_KEY Accept: */*
OK
[ { "id": "text", "name": "text", "children": [ { "id": "text", "name": "text", "children": [ { "id": "text", "name": "text", "children": "[Circular Reference]" } ] } ] } ]