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": "efa000a1-2275-4144-9a72-6378242e1835"
}
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": "b4bb1e83-ffdb-411a-9ec9-803c27d15c44",
"FunUUID": "a510eceb-83d7-4620-9e80-2ae1d655ca47",
"FunName": "sample string 1",
"FunText": "sample string 2",
"FunFavorite": true,
"FunCategoryID": 1,
"PhotoUUID": "dff84109-7289-49d2-b3f1-a9ad6bd72e40",
"TimeStart": "2025-11-17T10:11:54.1342551+02:00",
"ScoreAvg": 4.1,
"AllowScore": true
},
{
"FunnUUID": "b4bb1e83-ffdb-411a-9ec9-803c27d15c44",
"FunUUID": "a510eceb-83d7-4620-9e80-2ae1d655ca47",
"FunName": "sample string 1",
"FunText": "sample string 2",
"FunFavorite": true,
"FunCategoryID": 1,
"PhotoUUID": "dff84109-7289-49d2-b3f1-a9ad6bd72e40",
"TimeStart": "2025-11-17T10:11:54.1342551+02:00",
"ScoreAvg": 4.1,
"AllowScore": true
}
]