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": "bb8358fa-9aca-4bb5-bbfc-26ad69801196",
"UserUUIDCur": "7b0da830-a49b-43f9-aca1-b8cfc3853981"
}
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": "f7ee3441-06af-478d-a741-e1cb49105090",
"FunName": "sample string 2",
"PhotoUUIDTag": "sample string 3",
"ScoreAvg": 4.0,
"AllowScore": true,
"PhotoUUID": "e187ccf5-37aa-48af-bdac-326f41beebfc",
"UserUUIDCur": "87987f4d-a91d-451b-9e97-ad3a04f23395"
},
{
"FunUUID": "f7ee3441-06af-478d-a741-e1cb49105090",
"FunName": "sample string 2",
"PhotoUUIDTag": "sample string 3",
"ScoreAvg": 4.0,
"AllowScore": true,
"PhotoUUID": "e187ccf5-37aa-48af-bdac-326f41beebfc",
"UserUUIDCur": "87987f4d-a91d-451b-9e97-ad3a04f23395"
}
]