---
title: "Show region fields"
method: GET
path: "/v1/cost-calculator/regions/{slug}/fields"
tags: ["Cost Calculator"]
---

# Show region fields

`GET /v1/cost-calculator/regions/{slug}/fields`

Returns required fields JSON Schema for a given region. These are required in order to calculate
      the cost of employment for the region. These fields are based on employer contributions that are associated
      with the region or any of it's parent regions.

## Path parameters

- `slug` string, required

## Query parameters

- `include_premium_benefits` boolean

## Response `200`

Success

- JSONSchemaResponse — JSON Schema Response
  - `data` object — JSON Schema
    - `schema` object
      - `properties` object, required
      - `required` string[]
      - `x-jsf-order` string[]
    - `version` integer

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

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