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": "35185b5d-2ea6-4d53-a300-3c7161e0b49d",
"UserUUIDCur": "8d4a458f-2267-4308-8daa-a902dfc0adcb"
}
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": "fc2afcee-c55c-4f6a-97f1-943a37d8610f",
"CommentText": "sample string 1",
"CommentScore": 1,
"CommentVideoUUID": "4f32b122-031f-4b02-bcd6-e842327096af",
"EntryTime": "2026-09-19T13:11:30.9151333+03:00",
"PhotoUUID": "92182d98-3e20-4e8a-8c02-049f8e72d64b",
"CommentName": "sample string 2",
"ProductID": 1,
"NewsUUID": "bff80e35-6a46-482f-b557-d803decf8303",
"UserUUID": "1109dc99-c7a9-4f7c-b2ec-da80f7971346"
},
{
"CommentUUID": "fc2afcee-c55c-4f6a-97f1-943a37d8610f",
"CommentText": "sample string 1",
"CommentScore": 1,
"CommentVideoUUID": "4f32b122-031f-4b02-bcd6-e842327096af",
"EntryTime": "2026-09-19T13:11:30.9151333+03:00",
"PhotoUUID": "92182d98-3e20-4e8a-8c02-049f8e72d64b",
"CommentName": "sample string 2",
"ProductID": 1,
"NewsUUID": "bff80e35-6a46-482f-b557-d803decf8303",
"UserUUID": "1109dc99-c7a9-4f7c-b2ec-da80f7971346"
}
]