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": "5f915c60-6b36-4997-8705-2e92ce022a44", "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": "2db7ed76-5c97-421b-8cb2-84ab8af960f2", "CommentText": "sample string 1", "CommentScore": 2, "CommentVideoUUID": "75cb371e-c92c-465c-917a-f8736096923f", "EntryTime": "2025-09-23T00:32:02.7417018+03:00", "PhotoUUID": "00759a52-54ba-4070-b5c4-003ed6b53306", "CommentName": "sample string 4", "ProductID": 5, "NewsUUID": "2192424f-95ef-4c6b-a2c6-0dd6fb52b020", "UserUUID": "385c2279-72b6-44d1-90ae-96a9088c1901", "UserUUIDCur": "3f94ddcb-293f-442c-80b9-41cf31e729d9" }, { "CommentUUID": "2db7ed76-5c97-421b-8cb2-84ab8af960f2", "CommentText": "sample string 1", "CommentScore": 2, "CommentVideoUUID": "75cb371e-c92c-465c-917a-f8736096923f", "EntryTime": "2025-09-23T00:32:02.7417018+03:00", "PhotoUUID": "00759a52-54ba-4070-b5c4-003ed6b53306", "CommentName": "sample string 4", "ProductID": 5, "NewsUUID": "2192424f-95ef-4c6b-a2c6-0dd6fb52b020", "UserUUID": "385c2279-72b6-44d1-90ae-96a9088c1901", "UserUUIDCur": "3f94ddcb-293f-442c-80b9-41cf31e729d9" } ]