---
title: "Get global setting by GUID"
method: GET
path: "/advanced/{guid}"
tags: ["Settings"]
---

# Get global setting by GUID

`GET /advanced/{guid}`

## Path parameters

- `guid` string, required

## Response `200`

Global setting

- GlobalSettingResponse
  - `data` GlobalSetting
    - `id` integer
    - `guid` string
    - `partid` integer
    - `category` string
    - `param` string
    - `data` object
  - `meta` Meta
    - `request_id` string
    - `trace_id` string
    - `pagination` Pagination
      - `limit` integer
      - `next_cursor` string
      - `prev_cursor` string
      - `total` integer
      - `has_more` boolean
    - `message` string

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `500` — Server error

---

[API](https://skmtc.net/sipcapture/apis/homer-next-gen-api.md) · [All operations](https://skmtc.net/sipcapture/apis/homer-next-gen-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipcapture/homer-next-gen-api/versions/1966dd0df318/schema)
