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": "fced502a-d93d-48a1-ae66-ee3541197334",
"UserUUIDCur": "2563922d-b7ad-4bc2-8a3a-6b5c99be90ff"
}
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": "89c2b3f9-6a89-4538-8c0a-1cb88145d32c",
"FunName": "sample string 2",
"PhotoUUIDTag": "sample string 3",
"ScoreAvg": 4.0,
"AllowScore": true,
"PhotoUUID": "0ff44af5-28e9-4ecb-af46-c761ab0171f6",
"UserUUIDCur": "4606801e-5f18-4ca7-b2cd-8b1f596e14e3"
},
{
"FunUUID": "89c2b3f9-6a89-4538-8c0a-1cb88145d32c",
"FunName": "sample string 2",
"PhotoUUIDTag": "sample string 3",
"ScoreAvg": 4.0,
"AllowScore": true,
"PhotoUUID": "0ff44af5-28e9-4ecb-af46-c761ab0171f6",
"UserUUIDCur": "4606801e-5f18-4ca7-b2cd-8b1f596e14e3"
}
]