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": "e879c140-93bf-4d1b-b4cc-707d78c7f238",
"UserUUIDCur": "1c034b3d-95c5-43d0-86f8-fc9ee0f579e4",
"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": "036a84dc-a69e-4093-a271-b8164534f3a3",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "319a2963-7f98-4a6b-b7d6-3f4ce2b00893",
"EntryTime": "2026-05-06T09:28:40.6213229+03:00",
"EntryTimeChar": "sample string 5",
"PhotoUUID": "cead8f3c-3dd9-49cb-a484-e95d99ae5961",
"CommentPhotoUUID": "38fb1b67-7ec2-4e4d-b54b-71435ac1a9cd",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"PhotoUUIDTag": "sample string 8",
"UserUUID": "1c8e563a-9e2a-4f95-ad86-f52959b42a25",
"LanguageNameEnglish": "sample string 10",
"UserUUIDCur": "3c29035d-9032-4729-93c9-5dc149688c3d"
},
{
"CommentUUID": "036a84dc-a69e-4093-a271-b8164534f3a3",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "319a2963-7f98-4a6b-b7d6-3f4ce2b00893",
"EntryTime": "2026-05-06T09:28:40.6213229+03:00",
"EntryTimeChar": "sample string 5",
"PhotoUUID": "cead8f3c-3dd9-49cb-a484-e95d99ae5961",
"CommentPhotoUUID": "38fb1b67-7ec2-4e4d-b54b-71435ac1a9cd",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"PhotoUUIDTag": "sample string 8",
"UserUUID": "1c8e563a-9e2a-4f95-ad86-f52959b42a25",
"LanguageNameEnglish": "sample string 10",
"UserUUIDCur": "3c29035d-9032-4729-93c9-5dc149688c3d"
}
]