Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request GET \
--url https://api.example.com/v1/crm/metrics/earning/groups/{
"count": 123,
"results": [
{
"id": 123,
"count": 123,
"profit": "<string>",
"statement_expense": "<string>",
"statement_profit": "<string>",
"buy_price": "<string>",
"payback_duration": "<string>",
"payback_efficiency": "<string>",
"payback_profit": "<string>",
"name": "<string>",
"category": 123,
"image": "<string>",
"unique_id": "<string>"
}
],
"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/earning/groups/{
"count": 123,
"results": [
{
"id": 123,
"count": 123,
"profit": "<string>",
"statement_expense": "<string>",
"statement_profit": "<string>",
"buy_price": "<string>",
"payback_duration": "<string>",
"payback_efficiency": "<string>",
"payback_profit": "<string>",
"name": "<string>",
"category": 123,
"image": "<string>",
"unique_id": "<string>"
}
],
"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.
Была ли эта страница полезной?