POST api/Fun/AppGetFunWinner
AppGetFunWinner
Request Information
URI Parameters
None.
Body Parameters
FunWinner_request| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| DeviceID | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunUUID": "b461cd05-03fd-4146-a631-c6b0c02804f3",
"DeviceID": "sample string 1",
"UserUUIDCur": "72cae597-886f-4a4f-bca0-ca0b7ff05748"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
winers| Name | Description | Type | Additional information |
|---|---|---|---|
| Winers | Collection of FunWinner_response |
None. |
|
| Shedule | Collection of Quizz_schedule |
None. |
Response Formats
application/json, text/json
Sample:
{
"Winers": [
{
"PhotoUUID": "5c5e05d2-326d-45c8-85c6-9d82f27622dc",
"PhotoURI": "sample string 1",
"AvatarName": "sample string 2",
"StartTime": "2026-05-06T09:15:02.4817041+03:00",
"UserUUID": "6062c5b4-6ef0-4eb4-9205-ed7d24447273",
"EndTime": "2026-05-06T09:15:02.4817041+03:00",
"WinnerTime": "2026-05-06T09:15:02.4817041+03:00",
"WinnerTimeChar": "sample string 3",
"UserUUIDCur": "a24a259d-33c1-428e-a9e2-2a2aa4f606d7"
},
{
"PhotoUUID": "5c5e05d2-326d-45c8-85c6-9d82f27622dc",
"PhotoURI": "sample string 1",
"AvatarName": "sample string 2",
"StartTime": "2026-05-06T09:15:02.4817041+03:00",
"UserUUID": "6062c5b4-6ef0-4eb4-9205-ed7d24447273",
"EndTime": "2026-05-06T09:15:02.4817041+03:00",
"WinnerTime": "2026-05-06T09:15:02.4817041+03:00",
"WinnerTimeChar": "sample string 3",
"UserUUIDCur": "a24a259d-33c1-428e-a9e2-2a2aa4f606d7"
}
],
"Shedule": [
{
"Time": "2026-05-06T09:15:02.4817041+03:00",
"Descr": "sample string 1",
"Active": true
},
{
"Time": "2026-05-06T09:15:02.4817041+03:00",
"Descr": "sample string 1",
"Active": true
}
]
}