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": "42436d57-30bc-482b-a93c-0a1fc906ff27", "UserUUIDCur": "9bf3e5c1-8f21-4c53-ada4-c4681edacb8e" }
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": "79612a80-6a6a-49d0-8113-6cc2219b5693", "CommentText": "sample string 1", "CommentScore": 1, "CommentVideoUUID": "f49636e0-a4a6-4aaa-a749-80b4c7d387a2", "EntryTime": "2025-06-07T19:41:58.3182804+03:00", "PhotoUUID": "0383cf47-e673-4b64-805c-0522121ac304", "CommentName": "sample string 2", "ProductID": 1, "NewsUUID": "85a475fd-5650-4bc6-8626-c519fd93b460", "UserUUID": "1616ca01-5240-4d58-a09c-74df2c52e765" }, { "CommentUUID": "79612a80-6a6a-49d0-8113-6cc2219b5693", "CommentText": "sample string 1", "CommentScore": 1, "CommentVideoUUID": "f49636e0-a4a6-4aaa-a749-80b4c7d387a2", "EntryTime": "2025-06-07T19:41:58.3182804+03:00", "PhotoUUID": "0383cf47-e673-4b64-805c-0522121ac304", "CommentName": "sample string 2", "ProductID": 1, "NewsUUID": "85a475fd-5650-4bc6-8626-c519fd93b460", "UserUUID": "1616ca01-5240-4d58-a09c-74df2c52e765" } ]