---
title: "List of Salary Boosting Skills"
method: POST
path: "/dimensions/{dimension}"
tags: ["Dimensions"]
---

# List of Salary Boosting Skills

`POST /dimensions/{dimension}`

Get a list of salary boosting skills for an occupation.

## Query parameters

- `new_taxonomy_versions` true | false
- `lot_version` '6' | '7'

## Request body

- SkillsRequest
  - `id` string, required

## Response `200`

Ok

- SkillsResponse
  - `data` object, required
    - `id` string, required
    - `name` string, required
    - `skills` object[], required
      - `id` string, required
      - `name` string, required

## Other responses

- `400` — Your request wasn't valid (bad parameter names or values).
- `404` — The dimension you requested wasn't found.
- `500` — The service is not healthy (e.g. can't connect to datastore).

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
