---
title: "Get LookupTableRevisionData"
method: GET
path: "/organizations/{orgId}/lookuptables/{lookupTableId}/revisions/{lookupTableRevisionId}/data"
tags: ["LookupTableRevisionData"]
---

# Get LookupTableRevisionData

`GET /organizations/{orgId}/lookuptables/{lookupTableId}/revisions/{lookupTableRevisionId}/data`

List Lookup Table Revision Data items for the given UUID.

## Path parameters

- `orgId` string, required
- `lookupTableId` string, required
- `lookupTableRevisionId` string, required

## Query parameters

- `limit` integer
- `additional` string[]

## Response `200`

Returns the LookupTableRevisionData

- LookupTableRevisionDataResponse — Response containing data for a Lookup Table Revision
  - `items` object[], required — The Lookup Table Revision Data.
  - `dtCreated` string, date-time — The DateTime when the Lookup Table Revision Data was created.
  - `dtLastModified` string, date-time — The DateTime when the Lookup Table Revision Data was last modified.
  - `createdBy` string — The id of the user who created the Lookup Table Revision Data.
  - `lastModifiedBy` string — The id of the user who last modified the Lookup Table Revision Data.
  - `version` integer — The version of the Lookup Table Revision Data.

## Other responses

- `4XX` — Error message
- `5XX` — Error message

---

[API](https://skmtc.net/m3ter-com/apis/m3ter-api.md) · [All operations](https://skmtc.net/m3ter-com/apis/m3ter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/m3ter-com/m3ter-api/versions/ac93d1a9e6d9/schema)
