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": "f763ad6a-5458-4abd-9746-0f9c9df089a2",
"UserUUIDCur": "57e5ec4f-6187-4a7a-8d9c-b29d4f2b93b3",
"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": "9d3c7b3c-3e4b-47b7-8b98-157a082aeebb",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "f3233063-1820-4abd-a2fc-0e8ec482a693",
"EntryTime": "2026-02-04T05:17:10.7217916+02:00",
"EntryTimeChar": "sample string 5",
"PhotoUUID": "4f438062-8651-4c7a-9ffe-1e4416f2b366",
"CommentPhotoUUID": "e526a46e-86e3-456a-ad0f-33c686b9775d",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"PhotoUUIDTag": "sample string 8",
"UserUUID": "71215058-8138-4a37-89f3-990df5731bdd",
"LanguageNameEnglish": "sample string 10",
"UserUUIDCur": "9d68fa30-2413-4a38-bee3-aa5b0ab4183d"
},
{
"CommentUUID": "9d3c7b3c-3e4b-47b7-8b98-157a082aeebb",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "f3233063-1820-4abd-a2fc-0e8ec482a693",
"EntryTime": "2026-02-04T05:17:10.7217916+02:00",
"EntryTimeChar": "sample string 5",
"PhotoUUID": "4f438062-8651-4c7a-9ffe-1e4416f2b366",
"CommentPhotoUUID": "e526a46e-86e3-456a-ad0f-33c686b9775d",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"PhotoUUIDTag": "sample string 8",
"UserUUID": "71215058-8138-4a37-89f3-990df5731bdd",
"LanguageNameEnglish": "sample string 10",
"UserUUIDCur": "9d68fa30-2413-4a38-bee3-aa5b0ab4183d"
}
]