Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request GET \
--url https://api.example.com/v1/crm/metrics/workshops/{
"count": 123,
"results": [
{
"new": 123,
"in_progress": 123,
"completed": 123,
"expired": 123,
"active": 123,
"new_price": "<string>",
"in_progress_price": "<string>",
"completed_price": "<string>",
"expired_price": "<string>",
"active_price": "<string>",
"worker": 123,
"price": "<string>",
"price_avg": "<string>",
"service_price": "<string>",
"resource_price": "<string>",
"paid_price": "<string>",
"duration": "<string>",
"last": "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/workshops/{
"count": 123,
"results": [
{
"new": 123,
"in_progress": 123,
"completed": 123,
"expired": 123,
"active": 123,
"new_price": "<string>",
"in_progress_price": "<string>",
"completed_price": "<string>",
"expired_price": "<string>",
"active_price": "<string>",
"worker": 123,
"price": "<string>",
"price_avg": "<string>",
"service_price": "<string>",
"resource_price": "<string>",
"paid_price": "<string>",
"duration": "<string>",
"last": "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 - NEW1 - IN_PROGRESS2 - COMPLETED3 - ARCHIVE0, 1, 2, 3 0 - INTERNAL1 - EXTERNAL0, 1 Была ли эта страница полезной?