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": "26c8b847-0519-4453-b545-545765ad334e",
"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": "b7106a0e-20aa-4c5b-974b-19e2de914ee5",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-05-06T15:27:27.5494936+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "05bdbe34-0d68-427b-a687-7d0914755231",
"PhotoUUID": "2e519f53-0d26-4977-ab98-f786016105be",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "6ae6beec-a6de-45d0-9407-4a750b033848",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "f7a8c02e-7a0a-4cfc-982e-18a9237779c3"
},
{
"CommentUUID": "b7106a0e-20aa-4c5b-974b-19e2de914ee5",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-05-06T15:27:27.5494936+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "05bdbe34-0d68-427b-a687-7d0914755231",
"PhotoUUID": "2e519f53-0d26-4977-ab98-f786016105be",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "6ae6beec-a6de-45d0-9407-4a750b033848",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "f7a8c02e-7a0a-4cfc-982e-18a9237779c3"
}
]