POST api/Fun/AppGetFunWinner
AppGetFunWinner
Request Information
URI Parameters
None.
Body Parameters
FunWinner_requestName | 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": "77bec4ba-c6b7-4389-8bae-f0f2383286b1", "DeviceID": "sample string 1", "UserUUIDCur": "19ccd989-dc64-4126-8a9a-d54f375efe3b" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
winersName | 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": "43fd12fc-0da1-480f-9543-c4ecbaa77a4e", "PhotoURI": "sample string 1", "AvatarName": "sample string 2", "StartTime": "2025-09-23T00:31:47.2692838+03:00", "UserUUID": "290625b1-bfac-4ff0-b0b6-ad05404df4a2", "EndTime": "2025-09-23T00:31:47.2692838+03:00", "WinnerTime": "2025-09-23T00:31:47.2692838+03:00", "WinnerTimeChar": "sample string 3", "UserUUIDCur": "827ad224-d6b1-48f5-8782-582da16d4005" }, { "PhotoUUID": "43fd12fc-0da1-480f-9543-c4ecbaa77a4e", "PhotoURI": "sample string 1", "AvatarName": "sample string 2", "StartTime": "2025-09-23T00:31:47.2692838+03:00", "UserUUID": "290625b1-bfac-4ff0-b0b6-ad05404df4a2", "EndTime": "2025-09-23T00:31:47.2692838+03:00", "WinnerTime": "2025-09-23T00:31:47.2692838+03:00", "WinnerTimeChar": "sample string 3", "UserUUIDCur": "827ad224-d6b1-48f5-8782-582da16d4005" } ], "Shedule": [ { "Time": "2025-09-23T00:31:47.2692838+03:00", "Descr": "sample string 1", "Active": true }, { "Time": "2025-09-23T00:31:47.2692838+03:00", "Descr": "sample string 1", "Active": true } ] }