v3

latestOpenAPI 3.0.12026-08-0474115357.9 KB
Servicedesk

Get request type groups

This method returns a service desk's customer request type groups. Jira Service Management administrators can arrange the customer request type groups in an arbitrary order for display on the customer portal; the groups are returned in this order.

Permissions required: Permission to view the service desk.

get/rest/servicedeskapi/servicedesk/{serviceDeskId}/requesttypegroup

Path parameters

serviceDeskIdstring required

The ID of the service desk whose customer request type groups are to be returned. This can alternatively be a project identifier.

Query parameters

startinteger

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

limitinteger

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

Response

Returns the service desk's customer request type groups, on the specified page of the results.

_expandsstring[]
isLastPageboolean

Indicates if this is the last page of records (true) or not (false).

limitinteger

Number of items to be returned per page, up to the maximum set for these objects in the current implementation.

sizeinteger

Number of items returned in the page.

startinteger

Index of the first item returned in the page.