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": "7311c470-ead6-41df-85b3-59b4a1d37413" }
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": "6de9f76f-5035-4d2b-8672-feb3a256c202", "FunUUID": "c7159276-7632-4397-978c-0928e77237fa", "FunName": "sample string 1", "FunText": "sample string 2", "FunFavorite": true, "FunCategoryID": 1, "PhotoUUID": "ba490400-7a6c-48d5-bc93-1a1086a47735", "TimeStart": "2025-09-23T00:31:44.1906073+03:00", "ScoreAvg": 4.1, "AllowScore": true }, { "FunnUUID": "6de9f76f-5035-4d2b-8672-feb3a256c202", "FunUUID": "c7159276-7632-4397-978c-0928e77237fa", "FunName": "sample string 1", "FunText": "sample string 2", "FunFavorite": true, "FunCategoryID": 1, "PhotoUUID": "ba490400-7a6c-48d5-bc93-1a1086a47735", "TimeStart": "2025-09-23T00:31:44.1906073+03:00", "ScoreAvg": 4.1, "AllowScore": true } ]