---
title: "List mappings"
method: GET
path: "/v3/mappings"
tags: ["Deprecated End Points"]
deprecated: true
---

# List mappings

`GET /v3/mappings`

> **Deprecated.**

Returns the list of all custom data mappings.

## Query parameters

- `offset` integer
- `limit` integer
- `mapping_data_source` string, required — Uniquely identify a mapping.

## Response `200`

Will return matching mappings

- object
  - `count` integer, required — Number of items in results.
  - `next` string, nullable — URL to request next page of results.
  - `previous` string, nullable — URL to request previous page of results.
  - `results` Mapping[], required
    - `identifier` string, required — Uniquely identify a mapping.
    - `organization` string, nullable — The organization that this mapping belongs to.
    - `dataSource` string, nullable, required — The mapping data source this mapping applies to.
    - `scoreCutoff` number, nullable — Higher values will result in more strict matching.
    - `orderBy` string, nullable — The field to order the results by. Leave blank for ordering by relevance.

## Other responses

- `400` — Bad request. If it is a validation error will contain a list of each invalid field
- `401` — Authorisation error
- `default` — UnexpectedError

---

[API](https://skmtc.net/affinda/apis/affinda-api.md) · [All operations](https://skmtc.net/affinda/apis/affinda-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/affinda/affinda-api/versions/5f71e092a3e8/schema)
