GET
/categories/{categoryId}/parameters
curl \
-X GET https://mpapi.proxy.omnicado.com/v1/categories/MP001/parameters?client_id=yourClientId&client_id=api_token_value \
-H "X-Application-Name: myApplicationName"
Response examples (200)
{
"data": [
{
"values": [
{
"value": true,
"text": "ano"
}
],
"param_id": "BRAND",
"title": "Ruční sprcha",
"unit": "NULL"
}
],
"result": {
"code": 200,
"status": "OK"
},
"paging": {
"pages": 1,
"size": 1,
"page": 1
}
}
Response examples (200)
{
"data": [
{
"values": [
{
"value": true,
"text": "ano"
}
],
"param_id": "BRAND",
"title": "Ruční sprcha",
"unit": "NULL"
}
],
"result": {
"code": 200,
"status": "OK"
},
"paging": {
"pages": 1,
"size": 1,
"page": 1
}
}