interface GetRequestTypes {
    expand?: string[];
    groupId?: number;
    limit?: number;
    searchQuery?: string;
    serviceDeskId: string;
    start?: number;
}

Properties

expand?: string[]
groupId?: number

Filters results to those in a customer request type group.

limit?: number

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

searchQuery?: string

The string to be used to filter the results.

serviceDeskId: string

The ID of the service desk whose customer request types are to 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.