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": "83c2e45f-fa2a-4202-a997-b71d749c5d9d", "UserUUIDCur": "5ba8ba99-b921-4b85-8245-84d965b6a75a" }
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": "da4b327f-3d31-4d5e-9c8c-5c1dda6e43e7", "CommentText": "sample string 1", "CommentScore": 1, "CommentVideoUUID": "5fde99d7-b700-449a-a73e-e5dca92fa0cb", "EntryTime": "2025-09-23T00:34:08.6317436+03:00", "PhotoUUID": "7b8d3423-68d0-4367-970e-e70ead410369", "CommentName": "sample string 2", "ProductID": 1, "NewsUUID": "afe05192-1f46-4ef3-8d24-670f5c0c317b", "UserUUID": "fba07507-ef92-4ed7-bb75-5f078452e083" }, { "CommentUUID": "da4b327f-3d31-4d5e-9c8c-5c1dda6e43e7", "CommentText": "sample string 1", "CommentScore": 1, "CommentVideoUUID": "5fde99d7-b700-449a-a73e-e5dca92fa0cb", "EntryTime": "2025-09-23T00:34:08.6317436+03:00", "PhotoUUID": "7b8d3423-68d0-4367-970e-e70ead410369", "CommentName": "sample string 2", "ProductID": 1, "NewsUUID": "afe05192-1f46-4ef3-8d24-670f5c0c317b", "UserUUID": "fba07507-ef92-4ed7-bb75-5f078452e083" } ]