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": "7578b7b0-64f4-4179-8c9f-ddabf0a9d591",
"UserUUIDCur": "948ea04e-c714-4c08-87d9-03cd06537e2b"
}
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": "bfe04ce5-5e53-4cb2-a133-a69942234bc4",
"CommentText": "sample string 1",
"CommentScore": 1,
"CommentVideoUUID": "c8655486-1403-4f48-97d1-2d8f74bd316e",
"EntryTime": "2026-08-05T04:00:43.7073023+03:00",
"PhotoUUID": "4332a3c1-7ff6-4fd9-ab4d-fa4daeae594f",
"CommentName": "sample string 2",
"ProductID": 1,
"NewsUUID": "eec949c3-88dc-43a8-bfa6-f6cd579a05a8",
"UserUUID": "b595e518-b2c2-4fc0-8575-370c3bfe6d35"
},
{
"CommentUUID": "bfe04ce5-5e53-4cb2-a133-a69942234bc4",
"CommentText": "sample string 1",
"CommentScore": 1,
"CommentVideoUUID": "c8655486-1403-4f48-97d1-2d8f74bd316e",
"EntryTime": "2026-08-05T04:00:43.7073023+03:00",
"PhotoUUID": "4332a3c1-7ff6-4fd9-ab4d-fa4daeae594f",
"CommentName": "sample string 2",
"ProductID": 1,
"NewsUUID": "eec949c3-88dc-43a8-bfa6-f6cd579a05a8",
"UserUUID": "b595e518-b2c2-4fc0-8575-370c3bfe6d35"
}
]