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": "5b01bb27-36e1-4a45-b91f-c2f8657ed00a",
"UserUUIDCur": "34927bc0-7325-435e-903a-044d80151305",
"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": "7cba1718-9328-4413-9000-6cf082f47c25",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "c0f7cc92-e0df-4e60-b7a3-082de0e48e9f",
"EntryTime": "2025-11-17T10:12:04.464998+02:00",
"EntryTimeChar": "sample string 5",
"PhotoUUID": "d075915c-1df9-4335-9e6d-5b96e0c74f83",
"CommentPhotoUUID": "f5b96cb2-586d-4028-b223-cbbdfdfa2c8b",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"PhotoUUIDTag": "sample string 8",
"UserUUID": "ff41ed00-6d63-471f-aba3-c478b967b741",
"LanguageNameEnglish": "sample string 10",
"UserUUIDCur": "4719fcc7-b23b-42b3-8b98-b20c0ea57f5a"
},
{
"CommentUUID": "7cba1718-9328-4413-9000-6cf082f47c25",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "c0f7cc92-e0df-4e60-b7a3-082de0e48e9f",
"EntryTime": "2025-11-17T10:12:04.464998+02:00",
"EntryTimeChar": "sample string 5",
"PhotoUUID": "d075915c-1df9-4335-9e6d-5b96e0c74f83",
"CommentPhotoUUID": "f5b96cb2-586d-4028-b223-cbbdfdfa2c8b",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"PhotoUUIDTag": "sample string 8",
"UserUUID": "ff41ed00-6d63-471f-aba3-c478b967b741",
"LanguageNameEnglish": "sample string 10",
"UserUUIDCur": "4719fcc7-b23b-42b3-8b98-b20c0ea57f5a"
}
]