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": "39d83851-cd8c-48c3-bbe0-86fd3471d9c6", "DeviceID": "sample string 1", "UserUUIDCur": "a99d201e-70e1-478d-93ee-9bd636de65bf" }
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": "b44a6d57-4af1-4309-94b8-bc27026eb272", "PhotoURI": "sample string 1", "AvatarName": "sample string 2", "StartTime": "2025-04-19T10:09:00.6440671+03:00", "UserUUID": "798d4283-f647-4029-b22c-a1bf739ca83e", "EndTime": "2025-04-19T10:09:00.6440671+03:00", "WinnerTime": "2025-04-19T10:09:00.6440671+03:00", "WinnerTimeChar": "sample string 3", "UserUUIDCur": "54fd44da-6592-4676-8d66-560d1a7edc58" }, { "PhotoUUID": "b44a6d57-4af1-4309-94b8-bc27026eb272", "PhotoURI": "sample string 1", "AvatarName": "sample string 2", "StartTime": "2025-04-19T10:09:00.6440671+03:00", "UserUUID": "798d4283-f647-4029-b22c-a1bf739ca83e", "EndTime": "2025-04-19T10:09:00.6440671+03:00", "WinnerTime": "2025-04-19T10:09:00.6440671+03:00", "WinnerTimeChar": "sample string 3", "UserUUIDCur": "54fd44da-6592-4676-8d66-560d1a7edc58" } ], "Shedule": [ { "Time": "2025-04-19T10:09:00.6440671+03:00", "Descr": "sample string 1", "Active": true }, { "Time": "2025-04-19T10:09:00.6440671+03:00", "Descr": "sample string 1", "Active": true } ] }