---
title: "Get Lookup Value by Lookup ID"
method: GET
path: "/v1/lookups/values/{LutID}"
tags: ["Lookups"]
---

# Get Lookup Value by Lookup ID

`GET /v1/lookups/values/{LutID}`

Retrieves a specific lookup value identified by `LutID`.

## Path parameters

- `LutID` integer, required

## Response `200`

The lookup value associated with the specified lookup ID.

- Lookup — Represents a lookup value, including its identifiers, associated types, and additional metadata.
  - `LutTypeRef` string, nullable — A reference to the lookup type, typically used for informational purposes.
  - `LutID` integer, nullable — The unique identifier of the lookup value.
  - `LutTypeID` integer, nullable — The unique identifier of the lookup type associated with this value.
  - `LutValue` string, nullable — The actual value of the lookup item.
  - `LastUpdated` string, date-time, nullable — The date and time when the lookup value was last updated.
  - `OrderKey` integer, nullable — The order or priority key associated with the lookup value.
  - `LutCode` integer, nullable — A code associated with the lookup value, typically used for categorization or identification.
  - `Ckey` string, nullable — A unique key associated with the lookup value for additional identification or reference.
  - `ServiceLutId` integer, nullable — The service-related identifier associated with the lookup value.
  - `CreatedDT` string, date-time, nullable — The date and time when the lookup value was created.
  - `CreatedBT` integer, nullable — The identifier of the user or system that created the lookup value.
  - `UpdatedBy` integer, nullable — The identifier of the user or system that last updated the lookup value.
  - `LinkedLutId` integer, nullable — The identifier of a related or linked lookup value.

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/revisions/421f6f83c257/schema)
