interface GetQueues {
    includeCount?: boolean;
    limit?: number;
    serviceDeskId: string;
    start?: number;
}

Properties

includeCount?: boolean

Specifies whether to include each queue's customer request (issue) count in the response.

limit?: number

The maximum number of items to return per page. Default: 50. See the Pagination section for more details.

serviceDeskId: string

ID of the service desk whose queues will be returned. This can alternatively be a project identifier.

start?: number

The starting index of the returned objects. Base index: 0. See the Pagination section for more details.