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": "8e0e56df-07f6-46dd-86bd-865235c7dbad"
}
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": "765a4e8a-8b19-40e0-94a5-e7c2165f741f",
"FunUUID": "53e33c9d-b0c2-47d0-bfd5-5cdf013d3ba4",
"FunName": "sample string 1",
"FunText": "sample string 2",
"FunFavorite": true,
"FunCategoryID": 1,
"PhotoUUID": "23bbe465-833a-4e49-b7e0-aa4bd7750576",
"TimeStart": "2026-08-05T03:53:44.5110083+03:00",
"ScoreAvg": 4.1,
"AllowScore": true
},
{
"FunnUUID": "765a4e8a-8b19-40e0-94a5-e7c2165f741f",
"FunUUID": "53e33c9d-b0c2-47d0-bfd5-5cdf013d3ba4",
"FunName": "sample string 1",
"FunText": "sample string 2",
"FunFavorite": true,
"FunCategoryID": 1,
"PhotoUUID": "23bbe465-833a-4e49-b7e0-aa4bd7750576",
"TimeStart": "2026-08-05T03:53:44.5110083+03:00",
"ScoreAvg": 4.1,
"AllowScore": true
}
]