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": "ba651b39-1bb4-49be-aa60-c070ee3a29a3", "UserUUIDCur": "47594a81-4b95-4c4c-aa89-4e1955457556" }
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": "5cfd6624-e11f-4be8-b297-9ebd2b71d33d", "CommentText": "sample string 1", "CommentScore": 1, "CommentVideoUUID": "c1c9f53d-5b43-4568-b3c9-b1027f840628", "EntryTime": "2025-04-19T09:31:02.0060316+03:00", "PhotoUUID": "46e5363e-ee4d-4bd9-b4e6-f7ea0cbc0625", "CommentName": "sample string 2", "ProductID": 1, "NewsUUID": "1d3b639a-3f7a-4dc8-954c-44c2d6594733", "UserUUID": "a878b5bc-8ae8-4a56-8a93-958d82c371e4" }, { "CommentUUID": "5cfd6624-e11f-4be8-b297-9ebd2b71d33d", "CommentText": "sample string 1", "CommentScore": 1, "CommentVideoUUID": "c1c9f53d-5b43-4568-b3c9-b1027f840628", "EntryTime": "2025-04-19T09:31:02.0060316+03:00", "PhotoUUID": "46e5363e-ee4d-4bd9-b4e6-f7ea0cbc0625", "CommentName": "sample string 2", "ProductID": 1, "NewsUUID": "1d3b639a-3f7a-4dc8-954c-44c2d6594733", "UserUUID": "a878b5bc-8ae8-4a56-8a93-958d82c371e4" } ]