v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
Data Sources

List values for a data source

Returns the list of all values in a mapping data source

get/v3/mapping_data_sources/{identifier}/values

Path parameters

identifierstring required

Uniquely identify a mapping data source.

Example:mEFayXdO

Data source's identifier

Query parameters

limitinteger
Example:20

The numbers of results to return.

offsetinteger

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

searchstring
Example:Supplier XYZ

Search for specific values

annotationinteger
Example:124

Filter based on annotation ID

documentstring
Example:stXkrhIY

Identifier of the document to apply filter lookups on if available

Response

Will return matching data source values

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.

resultsobject[] required

Example response

{
  "count": 10
}