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": "f8ef326f-1af3-48f5-988d-539855f499dc",
"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": "cdb61cd1-3b9c-4abe-afc3-ecf67ab673b6",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-09-19T13:10:23.0970261+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "b24b363c-f5a7-4641-8402-6531d74db422",
"PhotoUUID": "cf9b9d16-29f0-45e2-85f4-d311ae7125ed",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "192cede8-9189-49ad-8ba1-753486188df8",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "fa7aa51c-0a55-4f02-a505-12be990c74b4"
},
{
"CommentUUID": "cdb61cd1-3b9c-4abe-afc3-ecf67ab673b6",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-09-19T13:10:23.0970261+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "b24b363c-f5a7-4641-8402-6531d74db422",
"PhotoUUID": "cf9b9d16-29f0-45e2-85f4-d311ae7125ed",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "192cede8-9189-49ad-8ba1-753486188df8",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "fa7aa51c-0a55-4f02-a505-12be990c74b4"
}
]