OptionalincludeCount?: booleanSpecifies whether to include each queue's customer request (issue) count in the response.
Optionallimit?: numberThe maximum number of items to return per page. Default: 50. See the Pagination section for more details.
ID of the service desk whose queues will be returned. This can alternatively be a project identifier.
Optionalstart?: numberThe starting index of the returned objects. Base index: 0. See the Pagination section for more details.
Optionaloptions: RequestOptions
This method returns the queues in a service desk. To include a customer request count for each queue (in the
issueCountfield) in the response, set the query parameterincludeCountto true (its default is false).Permissions required: service desk's Agent.