v1
latestOpenAPI 3.0.02026-07-24102143224.1 KBDepartments
List departments
Departments synced from the connected ERP (QuickBooks, NetSuite, or Sage Intacct). Can be populated on an obligation or billing term.
get/v3/departments
Response
Get departments
Example response
{
"payload": {
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Engineering",
"fullName": "Operations:Engineering",
"externalId": "123"
}
]
}
}