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": "b6e4cb9b-4b1d-490c-981f-761e109f7fe4",
"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": "2250666b-dfc8-4eae-b0d8-fea70d065d1c",
"CommentText": "sample string 1",
"CommentScore": 2,
"CommentVideoUUID": "0e66ed9f-c86d-4db7-9c0b-ac164d12e4fb",
"EntryTime": "2026-06-20T22:52:19.5460394+03:00",
"PhotoUUID": "c7bbf342-b3c2-4466-afd0-700d019671f7",
"CommentName": "sample string 4",
"ProductID": 5,
"NewsUUID": "c2d39238-d0c9-4104-ad55-4081d8e87b1b",
"UserUUID": "b7cfd8ad-4842-43fe-99f9-1ca50620b088",
"UserUUIDCur": "970f17d3-aed1-40f6-ad85-a20db9690605"
},
{
"CommentUUID": "2250666b-dfc8-4eae-b0d8-fea70d065d1c",
"CommentText": "sample string 1",
"CommentScore": 2,
"CommentVideoUUID": "0e66ed9f-c86d-4db7-9c0b-ac164d12e4fb",
"EntryTime": "2026-06-20T22:52:19.5460394+03:00",
"PhotoUUID": "c7bbf342-b3c2-4466-afd0-700d019671f7",
"CommentName": "sample string 4",
"ProductID": 5,
"NewsUUID": "c2d39238-d0c9-4104-ad55-4081d8e87b1b",
"UserUUID": "b7cfd8ad-4842-43fe-99f9-1ca50620b088",
"UserUUIDCur": "970f17d3-aed1-40f6-ad85-a20db9690605"
}
]