Розробникам
Вам необхідно надіслати нам посилання http://example.com/quest_id, яке поверне об'єкт JSON (приклад нижче). Посилання має бути доступне за запитом GET. Нам необхідно отримати від вас розклад на 14 днів, включаючи поточний день.
Список параметрів:
Важливо! Обов'язково формуйте JSON у тому вигляді, в якому він вказаний у наведеному нижче прикладі. Приклад формованого JSON'a:
[{ "date": "2024-09-18", "games": [{ "timeGame": "10:00:00", "orderUrl": "http://example.com/quest_id/date_item_id", "busy": "1" }, { "timeGame": "11:00:00", "orderUrl": "http://example.com/quest_id/date_item_id", "busy": "0" }, { "timeGame": "12:00:00", "orderUrl": "http://example.com/quest_id/date_item_id", "busy": "1" }] }, { "date": "2024-09-19", "games": [{ "timeGame": "10:00:00", "orderUrl": "http://example.com/quest_id/date_item_id", "busy": "0" }, { "timeGame": "11:00:00", "orderUrl": "http://example.com/quest_id/date_item_id", "busy": "0" }, { "timeGame": "12:00:00", "orderUrl": "http://example.com/quest_id/date_item_id", "busy": "0" }] }, ... ... { "date": "2024-10-02", "games": [{ "timeGame": "10:00:00", "orderUrl": "http://example.com/quest_id/date_item_id", "busy": "1" }, { "timeGame": "11:00:00", "orderUrl": "http://example.com/quest_id/date_item_id", "busy": "1" }, { "timeGame": "12:00:00", "orderUrl": "http://example.com/quest_id/date_item_id", "busy": "1" }] }]