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": "4454f799-52ec-412e-9c8f-08e0230871c2",
"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": "989e6b23-c2f3-48d4-bb1f-a748a999177d",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-08-05T03:59:36.2273182+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "afbe6c06-3ff8-47b3-b679-a1f9adf7c2fb",
"PhotoUUID": "ee48be8c-5738-44c5-a7e6-5b03d9f9c8c7",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "7507edc7-fecf-4f06-8337-ced02aee808e",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "d550f27d-a3cb-4a76-8162-2249a1dd1b26"
},
{
"CommentUUID": "989e6b23-c2f3-48d4-bb1f-a748a999177d",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-08-05T03:59:36.2273182+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "afbe6c06-3ff8-47b3-b679-a1f9adf7c2fb",
"PhotoUUID": "ee48be8c-5738-44c5-a7e6-5b03d9f9c8c7",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "7507edc7-fecf-4f06-8337-ced02aee808e",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "d550f27d-a3cb-4a76-8162-2249a1dd1b26"
}
]