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": "117323e6-bb36-4171-8b37-658e231904c5"
}
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": "12df5912-c11b-49ee-9076-239cb10ea92c",
"FunUUID": "676ec168-71c5-410f-ab7e-2be892c3cc09",
"FunName": "sample string 1",
"FunText": "sample string 2",
"FunFavorite": true,
"FunCategoryID": 1,
"PhotoUUID": "792734f0-3f13-492d-8cbb-f1bee16b5fa5",
"TimeStart": "2026-02-04T05:17:56.1238364+02:00",
"ScoreAvg": 4.1,
"AllowScore": true
},
{
"FunnUUID": "12df5912-c11b-49ee-9076-239cb10ea92c",
"FunUUID": "676ec168-71c5-410f-ab7e-2be892c3cc09",
"FunName": "sample string 1",
"FunText": "sample string 2",
"FunFavorite": true,
"FunCategoryID": 1,
"PhotoUUID": "792734f0-3f13-492d-8cbb-f1bee16b5fa5",
"TimeStart": "2026-02-04T05:17:56.1238364+02:00",
"ScoreAvg": 4.1,
"AllowScore": true
}
]