Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request GET \
--url https://api.example.com/v1/crm/inventories/sets/{
"count": 123,
"results": [
{
"id": 123,
"name": "<string>",
"status": 123,
"prices": [
{
"name": "<string>",
"period_id": 123,
"price": "<string>",
"id": 123,
"order": 123
}
],
"items": [
{
"count": 123,
"group_id": 123,
"group_name": "<string>",
"group_unique_id": "<string>",
"group_category": 123,
"group_image": "<string>",
"inventories_count": 0,
"inventories_free": 0,
"id": 123,
"alternative": 123,
"required": true
}
],
"deleted": true,
"unique_id": "<string>",
"image": "<string>",
"category": 123,
"price": "<string>",
"discount": 123,
"static": true,
"extra": "<unknown>",
"published": true
}
],
"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/inventories/sets/{
"count": 123,
"results": [
{
"id": 123,
"name": "<string>",
"status": 123,
"prices": [
{
"name": "<string>",
"period_id": 123,
"price": "<string>",
"id": 123,
"order": 123
}
],
"items": [
{
"count": 123,
"group_id": 123,
"group_name": "<string>",
"group_unique_id": "<string>",
"group_category": 123,
"group_image": "<string>",
"inventories_count": 0,
"inventories_free": 0,
"id": 123,
"alternative": 123,
"required": true
}
],
"deleted": true,
"unique_id": "<string>",
"image": "<string>",
"category": 123,
"price": "<string>",
"discount": 123,
"static": true,
"extra": "<unknown>",
"published": true
}
],
"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.
Была ли эта страница полезной?