---
title: "List dimension values"
method: GET
path: "/dimension/{dimensionId}/value"
tags: ["Dimension Value"]
---

# List dimension values

`GET /dimension/{dimensionId}/value`

List dimension values by NRN.

## Path parameters

- `dimensionId` integer, required

## Query parameters

- `nrn` string, required

## Response `200`

The operation was successful.

- RuntimeConfigurationDimensionValueList
  - `paging` object
    - `offset` integer — The start of the paging window. Minimum is 0.
    - `limit` integer — Maximum number of elements to retrieve per call. Maximum is 200.
    - `total` integer — Total number of elements that can be retrieved.
  - `results` object[]
    - `id` integer — A system-wide unique ID representing the value.
    - `name` string — The name of the dimension value.
    - `status` 'active' | 'inactive' — The status of this runtime configuration dimension value.
    - `slug` string — A string representing the dimension value.
    - `nrn` string — NRN (at or below) where the dimension value applies.

---

[API](https://skmtc.dev/nullplatform/apis/nullplatform-api.md) · [All operations](https://skmtc.dev/nullplatform/apis/nullplatform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nullplatform/nullplatform-api/revisions/1c4ea154b159/schema)
