interface GetQueue {
    includeCount?: boolean;
    queueId: number;
    serviceDeskId: string;
}

Properties

includeCount?: boolean

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

queueId: number

ID of the required queue.

serviceDeskId: string

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