Skip to main content
Get Lookup Types

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Query Parameters

LutTypeID
integer<int32>

The unique identifier of the lookup type to filter the results.

Response

200 - application/json

A list of lookup types matching the specified criteria.

LutTypeID
integer<int32> | null

The unique identifier of the lookup type.

LutTypeDescription
string | null

A brief description of the lookup type.

LastUpdated
string<date-time> | null

The date and time when the lookup type was last updated.

LutTypeCode
string | null

A unique code associated with the lookup type for identification or reference.

CKey
string | null

A unique key associated with the lookup type for additional identification or reference.

RequiredLutCodeBit
boolean | null

Indicates whether a lookup code is required for this type.

LutStatus
integer<int32> | null

The status of the lookup type, represented as an integer.

LinkedLutTypeId
integer<int32> | null

The identifier of a related or linked lookup type.