v1

latestOpenAPI 3.0.02026-07-24102143224.1 KB
Departments

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

successboolean required

Boolean with true=success, false=failure

messagestring required

Plain-text description of the result

Example response

{
  "payload": {
    "data": [
      {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "name": "Engineering",
        "fullName": "Operations:Engineering",
        "externalId": "123"
      }
    ]
  }
}