post https://api.konsol.pro/bus/alpha/workflow/locations/filter
Log in to see full request history
Responses
xxxxxxxxxx
11curl --request POST \
--url https://api.konsol.pro/bus/alpha/workflow/locations/filter \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"pagination": {
"limit": 10
}
}
'
xxxxxxxxxx
24{
"collection": [
{
"id": 100,
"company_id": 20,
"address": {
"id": 100,
"name": "ул. Большая Грузинская, д. 69",
"latitude": 55.755831,
"longitude": 37.617673,
"location": {
"name": "Склад с баклажанами"
}
},
"name": "Заведение на Грузинской"
}
],
"pagination": {
"page": 1,
"pages": 1,
"items": 1,
"limit": 10
}
}