---
title: "Map concept"
method: POST
path: "/mappings/{mapping_name}"
tags: ["Mappings"]
---

# Map concept

`POST /mappings/{mapping_name}`

If there is no mapping for a concept (mappings may not include all source taxonomy concepts) or if the ID doesn't exist in the source taxonomy an empty set will be returned.

## Path parameters

- `mapping_name` string, required

## Request body

- object
  - `ids` unknown[], required
    - unknown

## Response `200`

OK

- object
  - `data` object, required
  - `warnings` string[], required
  - `errors` string[], required

## Other responses

- `400` — bad request
- `404` — requested resource not found

---

[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)
