Optionalexpand?: string[]OptionalgroupId?: numberFilters results to those in a customer request type group.
OptionalincludeHiddenRequestTypesInSearch?: booleanWhether to include hidden request types when searching with searchQuery.
Optionallimit?: numberThe maximum number of items to return per page. Default: 50. See the Pagination section for more details.
OptionalrestrictionStatus?: stringRequest type restriction status (open or restricted) used to filter the results.
OptionalsearchQuery?: stringThe string to be used to filter the results.
The ID of the service desk whose customer request types are to 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 all customer request types from a service desk. There are two parameters for filtering the returned list:
groupIdwhich filters the results to items in the customer request type group.searchQuerywhich is matched against request types'nameordescription. For example, the strings "Install", "Inst", "Equi", or "Equipment" will match a request type with the name "Equipment Installation Request".Note: This API by default will filter out request types hidden in the portal (i.e. request types without groups and request types where a user doesn't have permission) when
searchQueryis provided, unlessincludeHiddenRequestTypesInSearchis set to true. Restricted request types will not be returned for those who aren't admins.Permissions required: Permission to access the service desk.