GET
/v2/api/mappingtables/{mappingField}
curl \
--request GET 'https://api.maddenanalytics.com/v2/api/mappingtables/{mappingField}?mappingType=string'
Response examples (200)
{
"mappingField": "color",
"mappingType": "products",
"mappingValues": {}
}
Response examples (400)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}
Response examples (404)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}
Response examples (default)
{
"error": "Error Type (if any)",
"message": "Message describing the error",
"statusCode": 400
}