interface GetRequestTypeById {
    expand?: string[];
    requestTypeId: number;
    serviceDeskId: string;
}

Properties

expand?: string[]
requestTypeId: number

The ID of the customer request type to be returned.

serviceDeskId: string

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