POST api/Fun/GetFunC
AppGetFunC
Request Information
URI Parameters
None.
Body Parameters
FunReminderRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunUUID": "055c5842-b4f5-4c41-8e31-3950c19a1f70",
"UserUUIDCur": "242fa30f-e92b-4e1c-b723-8a9aeaee9bdf"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of FunCResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| FunName | string |
None. |
|
| PhotoUUIDTag | string |
None. |
|
| ScoreAvg | decimal number |
None. |
|
| AllowScore | boolean |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FunUUID": "5614612b-458b-489b-ad28-f233808da907",
"FunName": "sample string 2",
"PhotoUUIDTag": "sample string 3",
"ScoreAvg": 4.0,
"AllowScore": true,
"PhotoUUID": "482c9d29-ec96-48fa-b337-7816af92d08e",
"UserUUIDCur": "6925106a-e172-4dc7-bc1b-926f76c772f7"
},
{
"FunUUID": "5614612b-458b-489b-ad28-f233808da907",
"FunName": "sample string 2",
"PhotoUUIDTag": "sample string 3",
"ScoreAvg": 4.0,
"AllowScore": true,
"PhotoUUID": "482c9d29-ec96-48fa-b337-7816af92d08e",
"UserUUIDCur": "6925106a-e172-4dc7-bc1b-926f76c772f7"
}
]