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": "bee05e21-7d91-4135-9377-ac40bacf4206",
"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": "ffe25897-28dc-465e-91a3-c87fc8ef204c",
"CommentText": "sample string 1",
"CommentScore": 2,
"CommentVideoUUID": "02686a4c-26fc-429a-9690-039f158e2b35",
"EntryTime": "2026-05-06T15:43:36.3227185+03:00",
"PhotoUUID": "3123f943-f43b-4def-90f6-8af747bdaeef",
"CommentName": "sample string 4",
"ProductID": 5,
"NewsUUID": "e71d13f3-7899-4585-b953-8df2b77cba0a",
"UserUUID": "061fae67-1bec-4396-a543-21810f34d190",
"UserUUIDCur": "0db806ac-4362-483d-84c4-eee210d0eaf1"
},
{
"CommentUUID": "ffe25897-28dc-465e-91a3-c87fc8ef204c",
"CommentText": "sample string 1",
"CommentScore": 2,
"CommentVideoUUID": "02686a4c-26fc-429a-9690-039f158e2b35",
"EntryTime": "2026-05-06T15:43:36.3227185+03:00",
"PhotoUUID": "3123f943-f43b-4def-90f6-8af747bdaeef",
"CommentName": "sample string 4",
"ProductID": 5,
"NewsUUID": "e71d13f3-7899-4585-b953-8df2b77cba0a",
"UserUUID": "061fae67-1bec-4396-a543-21810f34d190",
"UserUUIDCur": "0db806ac-4362-483d-84c4-eee210d0eaf1"
}
]