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": "5bf17e74-d0d0-4a74-a20d-d419d6246ac6",
"UserUUIDCur": "762eba44-08b5-426f-87ff-a2f0f606fa81",
"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": "62a8ec98-a988-40d1-b86a-f46abcc5f87a",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "6ad19ed3-0628-469e-a477-e1fd004e36af",
"EntryTime": "2026-06-20T22:49:57.3840594+03:00",
"EntryTimeChar": "sample string 5",
"PhotoUUID": "b023b409-6d86-440d-9f90-6f2ae2df018f",
"CommentPhotoUUID": "907604f5-5be3-47c5-85dd-2d57910b12fe",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"PhotoUUIDTag": "sample string 8",
"UserUUID": "e72b61ab-b235-468c-962b-682cb6ac3165",
"LanguageNameEnglish": "sample string 10",
"UserUUIDCur": "73710338-af77-4b47-9284-2a4d8d9abf40"
},
{
"CommentUUID": "62a8ec98-a988-40d1-b86a-f46abcc5f87a",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "6ad19ed3-0628-469e-a477-e1fd004e36af",
"EntryTime": "2026-06-20T22:49:57.3840594+03:00",
"EntryTimeChar": "sample string 5",
"PhotoUUID": "b023b409-6d86-440d-9f90-6f2ae2df018f",
"CommentPhotoUUID": "907604f5-5be3-47c5-85dd-2d57910b12fe",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"PhotoUUIDTag": "sample string 8",
"UserUUID": "e72b61ab-b235-468c-962b-682cb6ac3165",
"LanguageNameEnglish": "sample string 10",
"UserUUIDCur": "73710338-af77-4b47-9284-2a4d8d9abf40"
}
]