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": "abdec324-339b-4271-93eb-0ac36e9e7648",
"UserUUIDCur": "759e6930-bb41-4830-bc5b-b738b0e74f33"
}
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": "cdd596d0-3b04-4c79-b4f2-deb83fddabe1",
"CommentText": "sample string 1",
"CommentScore": 1,
"CommentVideoUUID": "f35583f1-1d3e-4f8e-b11d-879963618b6b",
"EntryTime": "2026-05-06T03:38:10.8386082+03:00",
"PhotoUUID": "5ef13be3-4ddb-4479-9b98-d5966d976bef",
"CommentName": "sample string 2",
"ProductID": 1,
"NewsUUID": "bd73e70b-a5af-42a7-bb47-51a08e7d0941",
"UserUUID": "02b8e442-0056-4c4a-9dcd-c8fb3a4eee94"
},
{
"CommentUUID": "cdd596d0-3b04-4c79-b4f2-deb83fddabe1",
"CommentText": "sample string 1",
"CommentScore": 1,
"CommentVideoUUID": "f35583f1-1d3e-4f8e-b11d-879963618b6b",
"EntryTime": "2026-05-06T03:38:10.8386082+03:00",
"PhotoUUID": "5ef13be3-4ddb-4479-9b98-d5966d976bef",
"CommentName": "sample string 2",
"ProductID": 1,
"NewsUUID": "bd73e70b-a5af-42a7-bb47-51a08e7d0941",
"UserUUID": "02b8e442-0056-4c4a-9dcd-c8fb3a4eee94"
}
]