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": "339beb3c-3237-464a-8571-a36fc56ba3a3",
"UserUUIDCur": "f616381f-250c-4755-959c-2afd7546970b",
"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": "4b0d754f-13b6-4eda-b7ce-1ea4055e5436",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "aaff72f4-3096-4c67-8564-3ea34059baa1",
"EntryTime": "2026-09-19T13:07:04.0061415+03:00",
"EntryTimeChar": "sample string 5",
"PhotoUUID": "dee4f6d1-4b34-4949-94c4-28e3b3ee8d91",
"CommentPhotoUUID": "5ab98da9-243d-4a56-b13d-32105c2dca23",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"PhotoUUIDTag": "sample string 8",
"UserUUID": "f073c2f4-d524-4992-8639-470b7af993f1",
"LanguageNameEnglish": "sample string 10",
"UserUUIDCur": "fc22451f-c18b-44e7-a214-ba1b09362e30"
},
{
"CommentUUID": "4b0d754f-13b6-4eda-b7ce-1ea4055e5436",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "aaff72f4-3096-4c67-8564-3ea34059baa1",
"EntryTime": "2026-09-19T13:07:04.0061415+03:00",
"EntryTimeChar": "sample string 5",
"PhotoUUID": "dee4f6d1-4b34-4949-94c4-28e3b3ee8d91",
"CommentPhotoUUID": "5ab98da9-243d-4a56-b13d-32105c2dca23",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"PhotoUUIDTag": "sample string 8",
"UserUUID": "f073c2f4-d524-4992-8639-470b7af993f1",
"LanguageNameEnglish": "sample string 10",
"UserUUIDCur": "fc22451f-c18b-44e7-a214-ba1b09362e30"
}
]