Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request GET \
--url https://api.example.com/v1/plus/manage/products/{
"count": 123,
"results": [
{
"id": 123,
"prices": [
{
"id": 123,
"name": "<string>",
"duration": "<string>",
"price": "<string>",
"outer_id": -1,
"active": true,
"order": -1
}
],
"images": [
{
"id": 123,
"thumbnail": "<string>",
"order": -1
}
],
"companies": [
{
"id": 123,
"price": "<string>",
"company": 123,
"count": -1,
"published": true,
"extra": "<unknown>"
}
],
"name": "<string>",
"category": 123,
"description": "<string>",
"thumbnail": "<string>",
"extra": "<unknown>",
"set_id": 0,
"group_id": 0,
"service_id": 0,
"published": true,
"order": -1
}
],
"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/plus/manage/products/{
"count": 123,
"results": [
{
"id": 123,
"prices": [
{
"id": 123,
"name": "<string>",
"duration": "<string>",
"price": "<string>",
"outer_id": -1,
"active": true,
"order": -1
}
],
"images": [
{
"id": 123,
"thumbnail": "<string>",
"order": -1
}
],
"companies": [
{
"id": 123,
"price": "<string>",
"company": 123,
"count": -1,
"published": true,
"extra": "<unknown>"
}
],
"name": "<string>",
"category": 123,
"description": "<string>",
"thumbnail": "<string>",
"extra": "<unknown>",
"set_id": 0,
"group_id": 0,
"service_id": 0,
"published": true,
"order": -1
}
],
"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.
Несколько значений могут быть разделены запятыми.
Несколько значений могут быть разделены запятыми.
Была ли эта страница полезной?