POST api/AppPersonal/AppGetPersonalComment
AppGetPersonalComment
Request Information
URI Parameters
None.
Body Parameters
AppGetUserMyCommentName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
|
DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "ce110fb7-5fc5-4a78-a4e7-369ccd56ae3b", "DeviceID": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetUserMyComment_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. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CommentUUID": "667814ff-28bb-4cf1-a8c2-4b02280b29c7", "CommentText": "sample string 1", "CommentScore": 2, "CommentVideoUUID": "e4333a49-972a-4097-9177-2b7a9364e00b", "EntryTime": "2025-07-27T11:16:28.4490272+03:00", "PhotoUUID": "4635edd0-44db-4001-8399-5c816addf615", "CommentName": "sample string 4", "ProductID": 5, "NewsUUID": "9fbabfbb-c31b-4cb1-9ad9-92454587b18c", "UserUUID": "bda83041-e993-45a9-a088-e7e5b910f335", "UserUUIDCur": "385f5a35-1b93-4341-8506-e9f6cb4f4b23" }, { "CommentUUID": "667814ff-28bb-4cf1-a8c2-4b02280b29c7", "CommentText": "sample string 1", "CommentScore": 2, "CommentVideoUUID": "e4333a49-972a-4097-9177-2b7a9364e00b", "EntryTime": "2025-07-27T11:16:28.4490272+03:00", "PhotoUUID": "4635edd0-44db-4001-8399-5c816addf615", "CommentName": "sample string 4", "ProductID": 5, "NewsUUID": "9fbabfbb-c31b-4cb1-9ad9-92454587b18c", "UserUUID": "bda83041-e993-45a9-a088-e7e5b910f335", "UserUUIDCur": "385f5a35-1b93-4341-8506-e9f6cb4f4b23" } ]