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": "0341dc1e-fde3-48d8-a237-48a73540aaeb",
"UserUUIDCur": "74995978-2a6e-4a20-a2e9-099647a6eb6e"
}
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": "e488c14a-6111-4d17-b583-9671f7eb0ec2",
"CommentText": "sample string 1",
"CommentScore": 1,
"CommentVideoUUID": "2f456656-d013-4efa-ab4a-70274435d29a",
"EntryTime": "2025-11-17T10:16:06.4395381+02:00",
"PhotoUUID": "f97f7fdb-8c31-4dc8-b015-ec58d3e66d95",
"CommentName": "sample string 2",
"ProductID": 1,
"NewsUUID": "c3935e6b-db07-4b55-8e88-3a58a3322710",
"UserUUID": "f1099c81-547e-4a3e-bf5d-bfbe00910f4e"
},
{
"CommentUUID": "e488c14a-6111-4d17-b583-9671f7eb0ec2",
"CommentText": "sample string 1",
"CommentScore": 1,
"CommentVideoUUID": "2f456656-d013-4efa-ab4a-70274435d29a",
"EntryTime": "2025-11-17T10:16:06.4395381+02:00",
"PhotoUUID": "f97f7fdb-8c31-4dc8-b015-ec58d3e66d95",
"CommentName": "sample string 2",
"ProductID": 1,
"NewsUUID": "c3935e6b-db07-4b55-8e88-3a58a3322710",
"UserUUID": "f1099c81-547e-4a3e-bf5d-bfbe00910f4e"
}
]