POST api/AppPersonal/AppGetPersonalComment
AppGetPersonalComment
Request Information
URI Parameters
None.
Body Parameters
AppGetUserMyComment| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "e53c3cfa-6dc7-4af7-b83b-ef56e6878015",
"DeviceID": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetUserMyComment_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. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| CommentName | string |
None. |
|
| ProductID | integer |
None. |
|
| NewsUUID | globally unique identifier |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CommentUUID": "f4d028ce-cf71-4f45-8b44-124842aeaf84",
"CommentText": "sample string 1",
"CommentScore": 2,
"CommentVideoUUID": "5aa2e61a-4938-45d8-8bf8-6867a2b2d274",
"EntryTime": "2026-03-21T23:34:48.3846839+02:00",
"PhotoUUID": "61159979-47f6-4d48-96a4-3c0c5c835a3a",
"CommentName": "sample string 4",
"ProductID": 5,
"NewsUUID": "ac2b2b29-0eab-447a-a98e-186ee6237980",
"UserUUID": "517fa043-96ff-46e5-8a07-732d269f3ab5",
"UserUUIDCur": "993c4113-a7fa-4dbe-886b-248200f3b0d4"
},
{
"CommentUUID": "f4d028ce-cf71-4f45-8b44-124842aeaf84",
"CommentText": "sample string 1",
"CommentScore": 2,
"CommentVideoUUID": "5aa2e61a-4938-45d8-8bf8-6867a2b2d274",
"EntryTime": "2026-03-21T23:34:48.3846839+02:00",
"PhotoUUID": "61159979-47f6-4d48-96a4-3c0c5c835a3a",
"CommentName": "sample string 4",
"ProductID": 5,
"NewsUUID": "ac2b2b29-0eab-447a-a98e-186ee6237980",
"UserUUID": "517fa043-96ff-46e5-8a07-732d269f3ab5",
"UserUUIDCur": "993c4113-a7fa-4dbe-886b-248200f3b0d4"
}
]