POST api/AdminLive/GetUserOther
AppGetUserOtherComment
Request Information
URI Parameters
None.
Body Parameters
GetUserOtherCommentName | Description | Type | Additional information |
---|---|---|---|
UserUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUID": "0e20b9d3-bac1-4238-a3c1-0da13273cf2d", "UserUUIDCur": "e18be465-8516-4fab-b24f-e2dbb20a5d48" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetUserOtherComment_ResponseName | 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": "aad408b7-92bd-4304-bc03-07be2835204d", "CommentText": "sample string 1", "CommentScore": 1, "CommentVideoUUID": "80e7ce14-1192-400f-b63c-270ccc93e318", "EntryTime": "2025-07-27T11:23:30.3603688+03:00", "PhotoUUID": "8fb7c3d5-8858-4cb6-81d9-a9f084fad76b", "CommentName": "sample string 2", "ProductID": 1, "NewsUUID": "e469ee1d-33ca-4f8e-8631-f7d71b07462d", "UserUUID": "d9833824-1613-47e4-813c-a8fe9d4fe299" }, { "CommentUUID": "aad408b7-92bd-4304-bc03-07be2835204d", "CommentText": "sample string 1", "CommentScore": 1, "CommentVideoUUID": "80e7ce14-1192-400f-b63c-270ccc93e318", "EntryTime": "2025-07-27T11:23:30.3603688+03:00", "PhotoUUID": "8fb7c3d5-8858-4cb6-81d9-a9f084fad76b", "CommentName": "sample string 2", "ProductID": 1, "NewsUUID": "e469ee1d-33ca-4f8e-8631-f7d71b07462d", "UserUUID": "d9833824-1613-47e4-813c-a8fe9d4fe299" } ]