POST api/AdminLive/GetUserOther
AppGetUserOtherComment
Request Information
URI Parameters
None.
Body Parameters
GetUserOtherComment| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "6c683dcf-e053-439b-a659-296441d8334d",
"UserUUIDCur": "fb029fb0-f9f4-44a1-ab62-90124f3cf157"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetUserOtherComment_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. |
Response Formats
application/json, text/json
Sample:
[
{
"CommentUUID": "d25dcad8-ae8b-4c0e-a415-f138874ce324",
"CommentText": "sample string 1",
"CommentScore": 1,
"CommentVideoUUID": "503fd84b-e539-49b2-b5e5-12c4f1caa0c4",
"EntryTime": "2026-06-20T22:54:52.7340386+03:00",
"PhotoUUID": "cbb28dda-684e-4e6f-9119-59d7335b64b0",
"CommentName": "sample string 2",
"ProductID": 1,
"NewsUUID": "e7de998b-3e22-452b-8adf-9c1fa696c2d8",
"UserUUID": "6c7f2ca8-5ceb-41f4-bacc-b4e5d1cd3802"
},
{
"CommentUUID": "d25dcad8-ae8b-4c0e-a415-f138874ce324",
"CommentText": "sample string 1",
"CommentScore": 1,
"CommentVideoUUID": "503fd84b-e539-49b2-b5e5-12c4f1caa0c4",
"EntryTime": "2026-06-20T22:54:52.7340386+03:00",
"PhotoUUID": "cbb28dda-684e-4e6f-9119-59d7335b64b0",
"CommentName": "sample string 2",
"ProductID": 1,
"NewsUUID": "e7de998b-3e22-452b-8adf-9c1fa696c2d8",
"UserUUID": "6c7f2ca8-5ceb-41f4-bacc-b4e5d1cd3802"
}
]