POST api/Fun/AppGetFunComment
AppGetFunComment
Request Information
URI Parameters
None.
Body Parameters
AppGetFunComment| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunUUID": "f6b6d953-2658-41e3-9579-fa72a2012573",
"UserUUIDCur": "c407c02c-d6f3-49c1-9430-aff795ea0c8a",
"DeviceID": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetFunComment_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| CommentUUID | globally unique identifier |
None. |
|
| CommentText | string |
None. |
|
| CommentScore | integer |
None. |
|
| CommentVideoUUID | globally unique identifier |
None. |
|
| EntryTime | date |
None. |
|
| EntryTimeChar | string |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| CommentPhotoUUID | globally unique identifier |
None. |
|
| PhotoURI | string |
None. |
|
| AvatarName | string |
None. |
|
| PhotoUUIDTag | string |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| LanguageNameEnglish | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CommentUUID": "c9d1cc50-62c1-4bb3-b5f9-1c9f041dcfd5",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "44afbcd1-09a1-45c4-bf9d-dcaa7d5f491b",
"EntryTime": "2026-03-21T23:41:40.7091136+02:00",
"EntryTimeChar": "sample string 5",
"PhotoUUID": "45257836-d741-4e55-ba52-41da95850b17",
"CommentPhotoUUID": "50105bd5-ca18-484f-8ab3-92a99f86963f",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"PhotoUUIDTag": "sample string 8",
"UserUUID": "24630c5b-5b5b-4db9-b7c1-1283381a93c2",
"LanguageNameEnglish": "sample string 10",
"UserUUIDCur": "616df5aa-5af4-47db-af79-7b098fa47e4d"
},
{
"CommentUUID": "c9d1cc50-62c1-4bb3-b5f9-1c9f041dcfd5",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "44afbcd1-09a1-45c4-bf9d-dcaa7d5f491b",
"EntryTime": "2026-03-21T23:41:40.7091136+02:00",
"EntryTimeChar": "sample string 5",
"PhotoUUID": "45257836-d741-4e55-ba52-41da95850b17",
"CommentPhotoUUID": "50105bd5-ca18-484f-8ab3-92a99f86963f",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"PhotoUUIDTag": "sample string 8",
"UserUUID": "24630c5b-5b5b-4db9-b7c1-1283381a93c2",
"LanguageNameEnglish": "sample string 10",
"UserUUIDCur": "616df5aa-5af4-47db-af79-7b098fa47e4d"
}
]