Help Desk
List Help Desk Departments
Returns the available help desk departments for routing support tickets.
GET
List Help Desk Departments
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
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
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
Array of available departments.
Unique identifier for the department. Use as
DepartmentId when creating a message.Display name of the department.
Description of the department’s scope.
Examples
Fetch departments
TypeScript Integration
List Help Desk Departments