interface RequestType {
    Expands?: string[];
    Links?: SelfLink;
    description?: string;
    fields?: CustomerRequestCreateMeta;
    groupIds?: string[];
    helpText?: string;
    icon?: RequestTypeIcon;
    id?: string;
    issueTypeId?: string;
    name?: string;
    portalId?: string;
    practice?: string;
    serviceDeskId?: string;
}

Properties

Expands?: string[]

List of items that can be expanded in the response by specifying the expand query parameter.

Links?: SelfLink
description?: string

Description of the request type.

groupIds?: string[]

List of the request type groups the request type belongs to.

helpText?: string

Help text for the request type.

id?: string

ID for the request type.

issueTypeId?: string

ID of the issue type the request type is based upon.

name?: string

Short name for the request type.

portalId?: string

ID of the customer portal associated with the service desk project.

practice?: string

The request type's practice

serviceDeskId?: string

ID of the service desk the request type belongs to.