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": "890b73ed-c624-4cf3-bf63-6d2073944d19",
"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": "92dec929-d9bf-4d6d-9759-6f1cae5170c2",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2025-11-17T10:15:39.0208014+02:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "65e49bd9-8ffe-4f76-b0c6-a84f5bd9d18b",
"PhotoUUID": "fc79aa90-40ac-4df3-af2a-e860889321a7",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "b36ede72-d2f3-425b-b342-5b3a2dabd257",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "9dcd2a8c-ce54-420c-998c-782922232414"
},
{
"CommentUUID": "92dec929-d9bf-4d6d-9759-6f1cae5170c2",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2025-11-17T10:15:39.0208014+02:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "65e49bd9-8ffe-4f76-b0c6-a84f5bd9d18b",
"PhotoUUID": "fc79aa90-40ac-4df3-af2a-e860889321a7",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "b36ede72-d2f3-425b-b342-5b3a2dabd257",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "9dcd2a8c-ce54-420c-998c-782922232414"
}
]