v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
Deprecated End Points

List mappings

Returns the list of all custom data mappings.

get/v3/mappings

Query parameters

offsetinteger

The number of documents to skip before starting to collect the result set.

limitinteger
Example:20

The numbers of results to return.

mapping_data_sourcestring required

Uniquely identify a mapping.

Example:mEFayXdO

Data source's identifier

Response

Will return matching mappings

countinteger required

Number of items in results.

nextstring nullable

URL to request next page of results.

previousstring nullable

URL to request previous page of results.

Example response

{
  "count": 10,
  "results": [
    {
      "identifier": "mEFayXdO",
      "organization": "mewlkWEKL",
      "dataSource": "mewERBRJJ",
      "scoreCutoff": 10,
      "orderBy": "label"
    }
  ]
}