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": "91b7672f-220f-44ce-93f2-76926e839ca8",
"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": "7185583a-7164-4d07-8bb5-8da59bf39810",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-06-20T11:03:50.0863611+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "703f3d97-785d-4660-baf1-ae7c067efe77",
"PhotoUUID": "9c585f3c-ec3d-4a41-985d-c9cf33c40d44",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "f257ec48-670f-4866-98a5-ba415f002fa5",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "11f8cd5e-2ae6-48dd-a1ea-a4323e3cff3e"
},
{
"CommentUUID": "7185583a-7164-4d07-8bb5-8da59bf39810",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-06-20T11:03:50.0863611+03:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "703f3d97-785d-4660-baf1-ae7c067efe77",
"PhotoUUID": "9c585f3c-ec3d-4a41-985d-c9cf33c40d44",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "f257ec48-670f-4866-98a5-ba415f002fa5",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "11f8cd5e-2ae6-48dd-a1ea-a4323e3cff3e"
}
]