Actions
Get Levels
Retrieves the levels for the company. Levels are set positions for an organization, such as Manager, or Executive.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Limit | Sets a limit on the returned values. |
| Offset | Offsets the returned values. |
{
"value": [
{
"id": "5ee6c643bc3bc72b7f40e04a",
"name": "Representative",
"parent": null
},
{
"id": "5ee6c649bc3bc72cfcb9d3b8",
"name": "Executive",
"parent": null
},
{
"id": "5ee6c6bdbc3bc7293a217ffc",
"name": "Manager",
"parent": null
}
]
}
Was this page helpful?