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
Example response
{
"count": 10
}