---
title: "Get dimension details"
method: GET
path: "/v1/Dimensions/{id}"
tags: ["Dimensions"]
---

# Get dimension details

`GET /v1/Dimensions/{id}`

## Path parameters

- `id` integer, required

## Query parameters

- `Account` unknown

## Response `200`

Success

- DimensionDetailsResponse
  - `id` integer
  - `name` string, nullable
  - `shortName` string, nullable
  - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 100 | 198 | 199 | 200
  - `accountId` integer, nullable
  - `properties` object, nullable
  - `itemCondition` ItemCondition
    - `propertyKey` string, nullable
    - `propertyValue` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/0e4626e69155/schema)
