Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request GET \
--url https://api.example.com/v1/crm/metrics/deliveries/{
"count": 123,
"results": [
{
"pending": 123,
"in_progress": 123,
"done": 123,
"cancel": 123,
"delivery": 123,
"pick_up": 123,
"pending_price": "<string>",
"in_progress_price": "<string>",
"done_price": "<string>",
"cancel_price": "<string>",
"delivery_price": "<string>",
"pick_up_price": "<string>",
"worker": 123,
"count": 123,
"price": "<string>",
"last_delivered_at": "2023-11-07T05:31:56Z"
}
],
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}curl --request GET \
--url https://api.example.com/v1/crm/metrics/deliveries/{
"count": 123,
"results": [
{
"pending": 123,
"in_progress": 123,
"done": 123,
"cancel": 123,
"delivery": 123,
"pick_up": 123,
"pending_price": "<string>",
"in_progress_price": "<string>",
"done_price": "<string>",
"cancel_price": "<string>",
"delivery_price": "<string>",
"pick_up_price": "<string>",
"worker": 123,
"count": 123,
"price": "<string>",
"last_delivered_at": "2023-11-07T05:31:56Z"
}
],
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}Which field to use when ordering the results.
A page number within the paginated result set.
Number of results to return per page.
A search term.
0 - PENDING1 - IN_PROGRESS2 - DONE3 - CANCEL0, 1, 2, 3 0 - DELIVERY1 - PICK_UP0, 1 Была ли эта страница полезной?