POST api/AppProduct/AppGetProductComment
AppGetProductComment
Request Information
URI Parameters
None.
Body Parameters
AppGetProductComment| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "8b837260-7f51-4c00-9fc2-5dc6663fdd1f",
"DeviceID": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetProductComment_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| CommentUUID | globally unique identifier |
None. |
|
| CommentText | string |
None. |
|
| CommentScore | integer |
None. |
|
| CommentVideoUUID | string |
None. |
|
| EntryTime | date |
None. |
|
| EntryTimeChar | string |
None. |
|
| CommentPhotoUUID | globally unique identifier |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| PhotoUUIDTag | string |
None. |
|
| PhotoURI | string |
None. |
|
| AvatarName | string |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| LanguageNameEnglish | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CommentUUID": "ccc0beab-e4f5-41d6-8769-f95b1f3e3795",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-03-21T23:36:14.9150179+02:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "3313852e-7806-4bae-9915-824d7d1521fb",
"PhotoUUID": "6098720e-430f-4f6b-9f2b-1583c76e1d3c",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "7bc7b970-5b29-4b19-9337-df51b1f83c3d",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "40becd91-4c35-444f-b3a3-e42a83968474"
},
{
"CommentUUID": "ccc0beab-e4f5-41d6-8769-f95b1f3e3795",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-03-21T23:36:14.9150179+02:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "3313852e-7806-4bae-9915-824d7d1521fb",
"PhotoUUID": "6098720e-430f-4f6b-9f2b-1583c76e1d3c",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "7bc7b970-5b29-4b19-9337-df51b1f83c3d",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "40becd91-4c35-444f-b3a3-e42a83968474"
}
]