3.2 Поиск ID бренда
curl -X 'GET' \
'https://halykmarket.kz/gw/merchant/public/brand/search?q=apple&page=1&size=100' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ваш токен'
curl -X 'GET' \
'https://halykmarket.kz/gw/merchant/public/brand/search?q=apple&page=1&size=100' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ваш токен'
{
"content": [
{
"id": xxxx,
"name": "Apple",
"code": "brand_apple",
"url": "/apple"
},
{
"id": xxxx,
"name": "AppleGate",
"code": "AppleGate",
"url": "/applegate"
},
{
"id": xxxx,
"name": "Apple Cider",
"code": "AppleCider",
"url": "/apple-cider"
},
{
"id": xxxx,
"name": "SkinApple",
"code": "skinapple",
"url": "/skinapple"
},
{
"id": xxxxx,
"name": "Green Apple",
"code": "green-apple",
"url": "/green-apple"
},
{
"id": xxxxx,
"name": "Apple Records",
"code": "apple records",
"url": "/apple records"
},
{
"id": xxxxx,
"name": "ApplePrint",
"code": "appleprint",
"url": "/appleprint"
}
],
"pageable": {
"pageNumber": 0,
"pageSize": 10,
"sort": {
"empty": true,
"sorted": false,
"unsorted": true
},
"offset": 0,
"unpaged": false,
"paged": true
},
"last": true,
"totalPages": 1,
"totalElements": 7,
"size": 10,
"number": 0,
"sort": {
"empty": true,
"sorted": false,
"unsorted": true
},
"first": true,
"numberOfElements": 7,
"empty": false
}