Get statistics about data
Gets statistics about master data records in a container, including
the number of the records and the percentage of the records per each entity.
Request |
|
Parameters |
|
Headers |
|
Response | A JSON response that contains statistics about master data records in the specified container. |
Status |
|
Sample response
{
"data": [
{
"Product": [
{"count": 9},
{"percentage": "60"}
]
},
{
"Product Family": [
{"count": 4},
{"percentage": "26.67"}
]
},
{
"Store": [
{"count": 2},
{"percentage": "13.33"}
]
}
]
}