POST api/AppPersonal/AppGetPersonalComment
AppGetPersonalComment
Request Information
URI Parameters
None.
Body Parameters
AppGetUserMyComment| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUIDCur | globally unique identifier |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUIDCur": "b053e5cd-6f11-4774-a414-f97831023a78",
"DeviceID": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetUserMyComment_Response| Name | 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": "e4d8e1ec-9c30-47ad-9540-8c3524627e47",
"CommentText": "sample string 1",
"CommentScore": 2,
"CommentVideoUUID": "f311f7e8-f511-4fd4-a54b-4decc372fbb8",
"EntryTime": "2025-11-17T10:13:49.2771947+02:00",
"PhotoUUID": "d9a41f3a-ff84-4496-b67a-693181eac003",
"CommentName": "sample string 4",
"ProductID": 5,
"NewsUUID": "91d5a9e4-af0d-4014-9f07-f5e8b15805eb",
"UserUUID": "478f6a7e-9e61-4646-abda-32a2cabde34d",
"UserUUIDCur": "a732a390-730e-470b-af17-d5cdbfd1e6dd"
},
{
"CommentUUID": "e4d8e1ec-9c30-47ad-9540-8c3524627e47",
"CommentText": "sample string 1",
"CommentScore": 2,
"CommentVideoUUID": "f311f7e8-f511-4fd4-a54b-4decc372fbb8",
"EntryTime": "2025-11-17T10:13:49.2771947+02:00",
"PhotoUUID": "d9a41f3a-ff84-4496-b67a-693181eac003",
"CommentName": "sample string 4",
"ProductID": 5,
"NewsUUID": "91d5a9e4-af0d-4014-9f07-f5e8b15805eb",
"UserUUID": "478f6a7e-9e61-4646-abda-32a2cabde34d",
"UserUUIDCur": "a732a390-730e-470b-af17-d5cdbfd1e6dd"
}
]