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": "b3149394-f8ff-4203-9954-4f3b6bffe95c",
"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": "786324fd-1e88-4b9d-8d94-ca1063b65780",
"CommentText": "sample string 1",
"CommentScore": 2,
"CommentVideoUUID": "111045d4-f917-400c-8deb-4e5f811242be",
"EntryTime": "2026-08-05T03:56:38.9091886+03:00",
"PhotoUUID": "603086d7-0428-4987-a23b-6a3e460652d1",
"CommentName": "sample string 4",
"ProductID": 5,
"NewsUUID": "7dd918da-224c-47ff-858d-9bf4af4d4110",
"UserUUID": "6b8fbac1-7637-4555-80d4-fc62f3ae8283",
"UserUUIDCur": "a0ed2142-4234-4c74-b873-ee6b37853c06"
},
{
"CommentUUID": "786324fd-1e88-4b9d-8d94-ca1063b65780",
"CommentText": "sample string 1",
"CommentScore": 2,
"CommentVideoUUID": "111045d4-f917-400c-8deb-4e5f811242be",
"EntryTime": "2026-08-05T03:56:38.9091886+03:00",
"PhotoUUID": "603086d7-0428-4987-a23b-6a3e460652d1",
"CommentName": "sample string 4",
"ProductID": 5,
"NewsUUID": "7dd918da-224c-47ff-858d-9bf4af4d4110",
"UserUUID": "6b8fbac1-7637-4555-80d4-fc62f3ae8283",
"UserUUIDCur": "a0ed2142-4234-4c74-b873-ee6b37853c06"
}
]