---
title: "Get Settings by ID"
method: GET
path: "/v1/settings/{settingId}.json"
tags: ["settings"]
---

# Get Settings by ID

`GET /v1/settings/{settingId}.json`

## Path parameters

- `settingId` string, required

## Query parameters

- `token` string, required

## Response `200`

successful operation

- object
  - `id` integer
  - `name` string
  - `parent_id` integer

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/restyaplatform/apis/restyaboard.md) · [All operations](https://skmtc.net/restyaplatform/apis/restyaboard/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/restyaplatform/restyaboard/revisions/bfc753befdbe/schema)
