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": "de82dc93-c244-4f24-8b34-d6e24b0f09fc", "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": "52009ba6-00e4-448a-b0a7-a1758adba312", "CommentText": "sample string 1", "CommentScore": 2, "CommentVideoUUID": "141c9097-b373-4fb4-8004-a4ad6dfc3a06", "EntryTime": "2025-06-07T01:00:25.3314951+03:00", "PhotoUUID": "35fb265d-0544-47cd-b053-678d9dbadf3e", "CommentName": "sample string 4", "ProductID": 5, "NewsUUID": "05e7b3aa-0ecf-4ef7-bcdc-1ae0cf3cb141", "UserUUID": "99428820-6611-4bd4-b19d-68973e5532a1", "UserUUIDCur": "41a6031a-c3f2-4f9a-a059-9325a757d1be" }, { "CommentUUID": "52009ba6-00e4-448a-b0a7-a1758adba312", "CommentText": "sample string 1", "CommentScore": 2, "CommentVideoUUID": "141c9097-b373-4fb4-8004-a4ad6dfc3a06", "EntryTime": "2025-06-07T01:00:25.3314951+03:00", "PhotoUUID": "35fb265d-0544-47cd-b053-678d9dbadf3e", "CommentName": "sample string 4", "ProductID": 5, "NewsUUID": "05e7b3aa-0ecf-4ef7-bcdc-1ae0cf3cb141", "UserUUID": "99428820-6611-4bd4-b19d-68973e5532a1", "UserUUIDCur": "41a6031a-c3f2-4f9a-a059-9325a757d1be" } ]