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": "6e994d0e-ef14-45a1-bd6a-95ec59626c1d",
"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": "3670349d-ad9e-40b9-90fa-6fac9ffcc246",
"CommentText": "sample string 1",
"CommentScore": 2,
"CommentVideoUUID": "03ffef59-98c2-45e0-96cf-a67316d182dc",
"EntryTime": "2026-09-19T13:09:40.071272+03:00",
"PhotoUUID": "284ec78a-06fd-4aa0-b580-cf37431c58fb",
"CommentName": "sample string 4",
"ProductID": 5,
"NewsUUID": "7a883f97-d23b-4723-bfc0-4dcadb8d9cdf",
"UserUUID": "2e54a599-84af-4d4f-9fe5-ac302c9b8043",
"UserUUIDCur": "ef152634-09d0-48f9-84df-46ceb554e39f"
},
{
"CommentUUID": "3670349d-ad9e-40b9-90fa-6fac9ffcc246",
"CommentText": "sample string 1",
"CommentScore": 2,
"CommentVideoUUID": "03ffef59-98c2-45e0-96cf-a67316d182dc",
"EntryTime": "2026-09-19T13:09:40.071272+03:00",
"PhotoUUID": "284ec78a-06fd-4aa0-b580-cf37431c58fb",
"CommentName": "sample string 4",
"ProductID": 5,
"NewsUUID": "7a883f97-d23b-4723-bfc0-4dcadb8d9cdf",
"UserUUID": "2e54a599-84af-4d4f-9fe5-ac302c9b8043",
"UserUUIDCur": "ef152634-09d0-48f9-84df-46ceb554e39f"
}
]