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": "3b453825-e524-455c-a92d-3408245a49cd",
"UserUUIDCur": "abcddf99-b827-471f-8740-1ccdf4fe2bef"
}
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": "caf7cbe6-d853-47da-ae9a-dfe80e5eda17",
"FunName": "sample string 2",
"PhotoUUIDTag": "sample string 3",
"ScoreAvg": 4.0,
"AllowScore": true,
"PhotoUUID": "7e5e5f98-6a89-4154-b474-8536ad4d4018",
"UserUUIDCur": "f037d079-b768-4ac7-a2df-315269fc7b65"
},
{
"FunUUID": "caf7cbe6-d853-47da-ae9a-dfe80e5eda17",
"FunName": "sample string 2",
"PhotoUUIDTag": "sample string 3",
"ScoreAvg": 4.0,
"AllowScore": true,
"PhotoUUID": "7e5e5f98-6a89-4154-b474-8536ad4d4018",
"UserUUIDCur": "f037d079-b768-4ac7-a2df-315269fc7b65"
}
]