Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request GET \
--url https://api.example.com/v1/sales/leads/{
"count": 123,
"results": [
{
"id": 123,
"task_date": "2023-11-07T05:31:56Z",
"request_status": 123,
"request_price": "<string>",
"client_phone": "<string>",
"client_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"stage": 123,
"funnel": 123,
"price": "<string>",
"ordering": 1073741823,
"cancel_reason": "<string>",
"extra": "<unknown>",
"tenant": 123,
"client": 123,
"manager": 123,
"source": 123,
"request": 123,
"sale": 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/sales/leads/{
"count": 123,
"results": [
{
"id": 123,
"task_date": "2023-11-07T05:31:56Z",
"request_status": 123,
"request_price": "<string>",
"client_phone": "<string>",
"client_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"stage": 123,
"funnel": 123,
"price": "<string>",
"ordering": 1073741823,
"cancel_reason": "<string>",
"extra": "<unknown>",
"tenant": 123,
"client": 123,
"manager": 123,
"source": 123,
"request": 123,
"sale": 123
}
],
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}Несколько значений могут быть разделены запятыми.
Filter leads without tasks
Filter leads with overdue tasks
Несколько значений могут быть разделены запятыми.
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.
Несколько значений могут быть разделены запятыми.
Была ли эта страница полезной?