Skip to main content
Get Lookup Value by Lookup ID

Authorizations

Authorization
string
header
required

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

Path Parameters

LutID
integer<int32>
required

The unique identifier of the lookup value to be retrieved.

Response

200 - application/json

The lookup value associated with the specified lookup ID.

Represents a lookup value, including its identifiers, associated types, and additional metadata.

LutTypeRef
string | null
read-only

A reference to the lookup type, typically used for informational purposes.

LutID
integer<int32> | null

The unique identifier of the lookup value.

LutTypeID
integer<int32> | null

The unique identifier of the lookup type associated with this value.

LutValue
string | null

The actual value of the lookup item.

LastUpdated
string<date-time> | null

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

OrderKey
integer<int32> | null

The order or priority key associated with the lookup value.

LutCode
integer<int32> | null

A code associated with the lookup value, typically used for categorization or identification.

Ckey
string | null

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

ServiceLutId
integer<int32> | null

The service-related identifier associated with the lookup value.

CreatedDT
string<date-time> | null

The date and time when the lookup value was created.

CreatedBT
integer<int64> | null

The identifier of the user or system that created the lookup value.

UpdatedBy
integer<int64> | null

The identifier of the user or system that last updated the lookup value.

LinkedLutId
integer<int32> | null

The identifier of a related or linked lookup value.