Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request GET \
--url https://api.example.com/v1/crm/metrics/services/history/{
"count": 123,
"results": [
{
"id": 123,
"service_name": "<string>",
"request_status": 123,
"date": "2023-12-25",
"client": {
"id": 123,
"name": "<string>",
"agreement_id": "<string>",
"phone": "<string>",
"type": 0,
"avatar": "<string>",
"signed": true,
"sign_date": "2023-12-25",
"sign_expires": "2023-12-25",
"email": "jsmith@example.com",
"legal_type": 0,
"extra": "<unknown>"
},
"worker": 123,
"prediction": "<string>",
"profit": "<string>",
"service": 123,
"request": 123
}
],
"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/services/history/{
"count": 123,
"results": [
{
"id": 123,
"service_name": "<string>",
"request_status": 123,
"date": "2023-12-25",
"client": {
"id": 123,
"name": "<string>",
"agreement_id": "<string>",
"phone": "<string>",
"type": 0,
"avatar": "<string>",
"signed": true,
"sign_date": "2023-12-25",
"sign_expires": "2023-12-25",
"email": "jsmith@example.com",
"legal_type": 0,
"extra": "<unknown>"
},
"worker": 123,
"prediction": "<string>",
"profit": "<string>",
"service": 123,
"request": 123
}
],
"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.
Несколько значений могут быть разделены запятыми.
Была ли эта страница полезной?