curl --request GET \
--url https://api.example.com/contests/daily/rounds \
--header 'X-API-Key: <api-key>'{
"items": [
{
"id": 123,
"template_id": 123,
"template_slug": "<string>",
"starts_at": "2023-11-07T05:31:56Z",
"ends_at": "2023-11-07T05:31:56Z",
"status": "<string>",
"winners_count": 123,
"max_winners": 123,
"attempts_per_user": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"template_name": "<string>",
"payload": {}
}
],
"total": 123,
"limit": 123,
"offset": 123
}Получение списка раундов ежедневных конкурсов.
curl --request GET \
--url https://api.example.com/contests/daily/rounds \
--header 'X-API-Key: <api-key>'{
"items": [
{
"id": 123,
"template_id": 123,
"template_slug": "<string>",
"starts_at": "2023-11-07T05:31:56Z",
"ends_at": "2023-11-07T05:31:56Z",
"status": "<string>",
"winners_count": 123,
"max_winners": 123,
"attempts_per_user": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"template_name": "<string>",
"payload": {}
}
],
"total": 123,
"limit": 123,
"offset": 123
}^(active|finished|any)$1 <= x <= 200x >= 0