POST api/AppDefaultOnEntry/GetOpenFunApp
AppGetOpenFun
Request Information
URI Parameters
None.
Body Parameters
GetOpenFun_App| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "98351eb1-b2b6-4f38-9972-23e5fcff9765"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetOpenFun_Response| Name | 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": "2da22e3d-fe29-41a9-9693-889702d0adf6",
"FunUUID": "3d57e1af-1822-454f-b599-b0b7e1b408c3",
"FunName": "sample string 1",
"FunText": "sample string 2",
"FunFavorite": true,
"FunCategoryID": 1,
"PhotoUUID": "d9eea103-0276-48fa-82fe-024c54bf8787",
"TimeStart": "2026-06-20T22:50:18.6717446+03:00",
"ScoreAvg": 4.1,
"AllowScore": true
},
{
"FunnUUID": "2da22e3d-fe29-41a9-9693-889702d0adf6",
"FunUUID": "3d57e1af-1822-454f-b599-b0b7e1b408c3",
"FunName": "sample string 1",
"FunText": "sample string 2",
"FunFavorite": true,
"FunCategoryID": 1,
"PhotoUUID": "d9eea103-0276-48fa-82fe-024c54bf8787",
"TimeStart": "2026-06-20T22:50:18.6717446+03:00",
"ScoreAvg": 4.1,
"AllowScore": true
}
]