interface GetProperty {
    propertyKey: string;
    requestTypeId: number;
    serviceDeskId: string;
}

Properties

propertyKey: string

The key of the property to return.

requestTypeId: number

The ID of the request type from which the property will be retrieved.

serviceDeskId: string

The ID of the service desk which contains the request type. This can alternatively be a project identifier.