POST api/AppDefaultOnEntry/GetOpenFunApp
AppGetOpenFun
Request Information
URI Parameters
None.
Body Parameters
GetOpenFun_AppName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "fc102da0-c487-4204-bfe2-78023907d767" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetOpenFun_ResponseName | Description | Type | Additional information |
---|---|---|---|
FunnUUID | globally unique identifier |
None. |
|
FunUUID | globally unique identifier |
None. |
|
FunName | string |
None. |
|
FunText | string |
None. |
|
FunFavorite | boolean |
None. |
|
FunCategoryID | integer |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
TimeStart | date |
None. |
|
ScoreAvg | decimal number |
None. |
|
AllowScore | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "FunnUUID": "a7a871c6-83ec-4b02-82c1-5ff4c798aaf9", "FunUUID": "b1164b89-ccf5-4062-b42f-43c6734e83c5", "FunName": "sample string 1", "FunText": "sample string 2", "FunFavorite": true, "FunCategoryID": 1, "PhotoUUID": "1e9cb91c-3f01-4a57-9461-2da2e5ba130a", "TimeStart": "2025-07-27T11:13:23.2155549+03:00", "ScoreAvg": 4.1, "AllowScore": true }, { "FunnUUID": "a7a871c6-83ec-4b02-82c1-5ff4c798aaf9", "FunUUID": "b1164b89-ccf5-4062-b42f-43c6734e83c5", "FunName": "sample string 1", "FunText": "sample string 2", "FunFavorite": true, "FunCategoryID": 1, "PhotoUUID": "1e9cb91c-3f01-4a57-9461-2da2e5ba130a", "TimeStart": "2025-07-27T11:13:23.2155549+03:00", "ScoreAvg": 4.1, "AllowScore": true } ]