Actions
Get Departments
Returns a list of departments for the specified company.

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": [
{
"name": "Sales",
"parent": "5ec5595ffa9c4e1728118d6f"
},
{
"name": "SMB",
"parent": "5ec5595ffa9c4e1728118d6f"
}
]
}
Was this page helpful?