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": "fed0dc38-c682-4f40-bbe6-115e68f37842",
"UserUUIDCur": "114ae4df-8fd3-49cd-bc8b-18195709dcd1"
}
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": "2af52724-189f-4c59-90fc-edc9bbb2999a",
"CommentText": "sample string 1",
"CommentScore": 1,
"CommentVideoUUID": "51594481-db36-407d-ac00-1afd328741f5",
"EntryTime": "2026-03-21T23:37:41.9566079+02:00",
"PhotoUUID": "e86c1a96-6f61-464f-8db5-c42ae1863626",
"CommentName": "sample string 2",
"ProductID": 1,
"NewsUUID": "2b0e7504-5f3b-43fd-aaa8-903562ed0628",
"UserUUID": "ce31768f-3ba5-41f7-9deb-f26293f13118"
},
{
"CommentUUID": "2af52724-189f-4c59-90fc-edc9bbb2999a",
"CommentText": "sample string 1",
"CommentScore": 1,
"CommentVideoUUID": "51594481-db36-407d-ac00-1afd328741f5",
"EntryTime": "2026-03-21T23:37:41.9566079+02:00",
"PhotoUUID": "e86c1a96-6f61-464f-8db5-c42ae1863626",
"CommentName": "sample string 2",
"ProductID": 1,
"NewsUUID": "2b0e7504-5f3b-43fd-aaa8-903562ed0628",
"UserUUID": "ce31768f-3ba5-41f7-9deb-f26293f13118"
}
]