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": "87175556-eb3e-4c70-898f-65541bb32c39",
"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": "11d80ed9-971a-4614-98ee-76ebb03438b0",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-02-04T05:21:24.0465994+02:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "5aa69909-5052-4af6-9591-e30314bdfb4c",
"PhotoUUID": "a46d7664-3bdd-4064-abc4-27abe0a1a2e4",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "3ad7fd77-17ab-4355-b275-aa9e746e667e",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "91454d62-cc9c-430b-bee6-e54820418cb8"
},
{
"CommentUUID": "11d80ed9-971a-4614-98ee-76ebb03438b0",
"CommentText": "sample string 2",
"CommentScore": 1,
"CommentVideoUUID": "sample string 3",
"EntryTime": "2026-02-04T05:21:24.0465994+02:00",
"EntryTimeChar": "sample string 4",
"CommentPhotoUUID": "5aa69909-5052-4af6-9591-e30314bdfb4c",
"PhotoUUID": "a46d7664-3bdd-4064-abc4-27abe0a1a2e4",
"PhotoUUIDTag": "sample string 5",
"PhotoURI": "sample string 6",
"AvatarName": "sample string 7",
"UserUUID": "3ad7fd77-17ab-4355-b275-aa9e746e667e",
"LanguageNameEnglish": "sample string 8",
"UserUUIDCur": "91454d62-cc9c-430b-bee6-e54820418cb8"
}
]