curl --request GET \
--url http://localhost:8080/polls/{poll_id}{
"id": 123,
"title": "<string>",
"description": "<string>",
"reward_enabled": true,
"reward_amount_kopeks": 123,
"reward_amount_rubles": 123,
"questions": [
{
"id": 123,
"text": "<string>",
"order": 123,
"options": [
{
"id": 123,
"text": "<string>",
"order": 123
}
]
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}curl --request GET \
--url http://localhost:8080/polls/{poll_id}{
"id": 123,
"title": "<string>",
"description": "<string>",
"reward_enabled": true,
"reward_amount_kopeks": 123,
"reward_amount_rubles": 123,
"questions": [
{
"id": 123,
"text": "<string>",
"order": 123,
"options": [
{
"id": 123,
"text": "<string>",
"order": 123
}
]
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Successful Response
Show child attributes