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": "829f7247-1d0d-4e45-bd3d-d8d0590de338",
"UserUUIDCur": "5ef831ab-abfd-4237-93de-6d82556408cc"
}
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": "3d032a12-e3ee-40bc-bdd6-10ced65bd284",
"FunName": "sample string 2",
"PhotoUUIDTag": "sample string 3",
"ScoreAvg": 4.0,
"AllowScore": true,
"PhotoUUID": "92329a04-8fd4-4f1e-8b28-41b7f095102f",
"UserUUIDCur": "08f0ce3e-c8ec-4529-8547-e9359d0bbf4b"
},
{
"FunUUID": "3d032a12-e3ee-40bc-bdd6-10ced65bd284",
"FunName": "sample string 2",
"PhotoUUIDTag": "sample string 3",
"ScoreAvg": 4.0,
"AllowScore": true,
"PhotoUUID": "92329a04-8fd4-4f1e-8b28-41b7f095102f",
"UserUUIDCur": "08f0ce3e-c8ec-4529-8547-e9359d0bbf4b"
}
]