---
title: "Get a global setting by id"
method: GET
path: "/v1/GlobalSettings/{id}"
tags: ["GlobalSettings"]
---

# Get a global setting by id

`GET /v1/GlobalSettings/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `Account` unknown

## Response `200`

Success

- GetGlobalSettingResponse
  - `id` string, nullable
  - `value` string, nullable
  - `isReserved` boolean
  - `type` 0 | 1 | 100 | 101 | 102 | 103 | 200 | 201 | 203 | 500 | 1000 | 2000 | 3000

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[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/versions/0e4626e69155/schema)
