Round question
cURL
curl --request GET \ --url https://api-dev.monyfix.tech/rounds/{round_id}/question \ --header 'Authorization: Bearer <token>'
200
Example
{ "id": 123, "question_text": "<string>", "question_type": "<string>", "answers": [ { "id": 123, "text": "<string>", "is_correct": true } ], "category_theme": { "name": "<string>", "category": { "name": "<string>" }, "emoji": "<string>" }, "round_id": "<string>", "is_private": true, "type": "<string>", "message": "<string>", "countdown": 30, "question_start": "2023-11-07T05:31:56Z", "question_end": "2023-11-07T05:31:56Z", "picture_url": "<string>", "certificate": { "id": "<string>", "text": "<string>", "discount_percent": 123 }, "end_time": "2023-11-07T05:31:56Z"}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes