Data Sources
Get specific data source
Return a specific mapping data source.
get/v3/mapping_data_sources/{identifier}
Path parameters
identifierstring required
Uniquely identify a mapping data source.
Example:mEFayXdO
Data source's identifier
Response
Successfully retrieved mapping data source value.
Example response
{
"identifier": "mEFayXdO",
"name": "My supplier list",
"keyProperty": "value",
"displayProperty": "value",
"organization": "mewlkWEKL",
"workspace": "mewlkWEKL",
"schema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"label"
],
"properties": {
"label": {
"type": "string"
},
"description": {
"type": "string"
}
}
}
}