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": "6b6ede8b-18e7-40c7-9c62-6ce35e437d54",
"UserUUIDCur": "69bf75dd-6193-49f6-9f10-7537fae3f9a5",
"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": "17d8947a-a1b6-4867-88bd-bc1e8b24f32a",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "35616ecd-3e0c-4e93-bb84-891fc140c8f8",
"EntryTime": "2026-08-05T03:53:05.1364215+03:00",
"EntryTimeChar": "sample string 5",
"PhotoUUID": "2d21262e-6cb1-4c00-a287-d59899af7b0a",
"CommentPhotoUUID": "a559ae88-8296-42e2-b75f-7205062905fd",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"PhotoUUIDTag": "sample string 8",
"UserUUID": "b8dd7795-d9d9-4aa6-8e24-22d2b5cdbeec",
"LanguageNameEnglish": "sample string 10",
"UserUUIDCur": "a4197343-e811-4522-9a2d-a673a93a0294"
},
{
"CommentUUID": "17d8947a-a1b6-4867-88bd-bc1e8b24f32a",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "35616ecd-3e0c-4e93-bb84-891fc140c8f8",
"EntryTime": "2026-08-05T03:53:05.1364215+03:00",
"EntryTimeChar": "sample string 5",
"PhotoUUID": "2d21262e-6cb1-4c00-a287-d59899af7b0a",
"CommentPhotoUUID": "a559ae88-8296-42e2-b75f-7205062905fd",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"PhotoUUIDTag": "sample string 8",
"UserUUID": "b8dd7795-d9d9-4aa6-8e24-22d2b5cdbeec",
"LanguageNameEnglish": "sample string 10",
"UserUUIDCur": "a4197343-e811-4522-9a2d-a673a93a0294"
}
]