POST api/Fun/GetFunC
AppGetFunC
Request Information
URI Parameters
None.
Body Parameters
FunReminderRequestName | Description | Type | Additional information |
---|---|---|---|
FunUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "FunUUID": "ed74150a-2d49-41c8-b740-d2e9040eb670", "UserUUIDCur": "e253b01c-e450-48a2-aac5-148173a90002" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of FunCResponseName | 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": "923edcc5-c450-45cc-ae1f-78bbaaab74ba", "FunName": "sample string 2", "PhotoUUIDTag": "sample string 3", "ScoreAvg": 4.0, "AllowScore": true, "PhotoUUID": "b4e08c88-2496-41d6-9a29-30e01b66a377", "UserUUIDCur": "20bf34bd-a798-417a-8c5c-f11c4050f942" }, { "FunUUID": "923edcc5-c450-45cc-ae1f-78bbaaab74ba", "FunName": "sample string 2", "PhotoUUIDTag": "sample string 3", "ScoreAvg": 4.0, "AllowScore": true, "PhotoUUID": "b4e08c88-2496-41d6-9a29-30e01b66a377", "UserUUIDCur": "20bf34bd-a798-417a-8c5c-f11c4050f942" } ]