POST api/Fun/AppGetFun
AppGetFun
Request Information
URI Parameters
None.
Body Parameters
AppGetFun_Entity| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| FunFavorite | boolean |
None. |
|
| FunCategoryID | integer |
None. |
|
| Seq | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunUUID": "0e736487-306f-41ca-be10-df39fe25923e",
"FunFavorite": true,
"FunCategoryID": 1,
"Seq": 1,
"UserUUIDCur": "ee9a3785-d7d5-4f9b-8ed3-2e997779cb58"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetFun_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| FunName | string |
None. |
|
| pkey | string |
None. |
|
| i | integer |
None. |
|
| CategoryName | string |
None. |
|
| FunText | string |
None. |
|
| FunDescr | string |
None. |
|
| OnFinishText | string |
None. |
|
| AllowGift | boolean |
None. |
|
| AllowScore | boolean |
None. |
|
| FunCategoryID | integer |
None. |
|
| FunFavorite | boolean |
None. |
|
| ViewQ | string |
None. |
|
| NowQ | string |
None. |
|
| CommentQ | string |
None. |
|
| ShareQ | string |
None. |
|
| ScoreQ1 | integer |
None. |
|
| ScoreQ2 | integer |
None. |
|
| ScoreQ3 | integer |
None. |
|
| ScoreQ4 | integer |
None. |
|
| ScoreQ5 | integer |
None. |
|
| ScoreAvg | decimal number |
None. |
|
| AllowTest | boolean |
None. |
|
| AllowReminder | boolean |
None. |
|
| AllowTiming | boolean |
None. |
|
| AllowPhoto | boolean |
None. |
|
| AllowVideo | boolean |
None. |
|
| AllowAudio | boolean |
None. |
|
| AllowWinner | boolean |
None. |
|
| FunInfo | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| Timer | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FunUUID": "7a9a3c53-0125-4ed4-a61a-a5921e35c2eb",
"FunName": "sample string 2",
"pkey": "sample string 3",
"i": 1,
"CategoryName": "sample string 4",
"FunText": "sample string 5",
"FunDescr": "sample string 6",
"OnFinishText": "sample string 7",
"AllowGift": true,
"AllowScore": true,
"FunCategoryID": 10,
"FunFavorite": true,
"ViewQ": "sample string 12",
"NowQ": "sample string 13",
"CommentQ": "sample string 14",
"ShareQ": "sample string 15",
"ScoreQ1": 1,
"ScoreQ2": 1,
"ScoreQ3": 1,
"ScoreQ4": 1,
"ScoreQ5": 1,
"ScoreAvg": 16.1,
"AllowTest": true,
"AllowReminder": true,
"AllowTiming": true,
"AllowPhoto": true,
"AllowVideo": true,
"AllowAudio": true,
"AllowWinner": true,
"FunInfo": "sample string 24",
"PhotoUUID": "4f4c2ed7-d71f-42f4-9c06-b3cc69e2001d",
"UserUUIDCur": "423d1683-396f-4962-8567-20d2f3f76622",
"Timer": "sample string 25"
},
{
"FunUUID": "7a9a3c53-0125-4ed4-a61a-a5921e35c2eb",
"FunName": "sample string 2",
"pkey": "sample string 3",
"i": 1,
"CategoryName": "sample string 4",
"FunText": "sample string 5",
"FunDescr": "sample string 6",
"OnFinishText": "sample string 7",
"AllowGift": true,
"AllowScore": true,
"FunCategoryID": 10,
"FunFavorite": true,
"ViewQ": "sample string 12",
"NowQ": "sample string 13",
"CommentQ": "sample string 14",
"ShareQ": "sample string 15",
"ScoreQ1": 1,
"ScoreQ2": 1,
"ScoreQ3": 1,
"ScoreQ4": 1,
"ScoreQ5": 1,
"ScoreAvg": 16.1,
"AllowTest": true,
"AllowReminder": true,
"AllowTiming": true,
"AllowPhoto": true,
"AllowVideo": true,
"AllowAudio": true,
"AllowWinner": true,
"FunInfo": "sample string 24",
"PhotoUUID": "4f4c2ed7-d71f-42f4-9c06-b3cc69e2001d",
"UserUUIDCur": "423d1683-396f-4962-8567-20d2f3f76622",
"Timer": "sample string 25"
}
]