Help Desk
List Help Desk Departments
Returns the available help desk departments for routing support tickets.
GET
List Help Desk Departments
List Help Desk Departments
Returns the list of help desk departments configured by the operator. Used to populate a department selector when creating new support tickets.Authentication
Requires a valid customer bearer token.Query Parameters
string
Comma-separated list of field paths to include in the response. When provided, only the
specified fields are returned — useful for reducing payload size. Supports nested paths
using dot notation.
Response
Department[]
required
Array of available departments.
number
required
Unique identifier for the department. Use as
DepartmentId when creating a message.string
required
Display name of the department.
string
required
Description of the department’s scope.
Examples
Fetch departments
TypeScript Integration
List Help Desk Departments