POST api/AppProduct/AppGetProductComment
AppGetProductComment
Request Information
URI Parameters
None.
Body Parameters
AppGetProductCommentName | 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": "bda03543-d74f-487b-addf-cc84e22bbd4d", "DeviceID": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetProductComment_ResponseName | 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": "a5f14f4b-f4f3-4a45-83ba-55167d6b5695", "CommentText": "sample string 2", "CommentScore": 1, "CommentVideoUUID": "sample string 3", "EntryTime": "2025-07-27T11:20:43.6498816+03:00", "EntryTimeChar": "sample string 4", "CommentPhotoUUID": "f178ed0e-44a6-4888-8b09-d7a395e35014", "PhotoUUID": "07ed341f-4893-4fe1-a03f-6d3babd08676", "PhotoUUIDTag": "sample string 5", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "UserUUID": "47d3eb37-be2d-43c0-afd7-c55a9ba8811a", "LanguageNameEnglish": "sample string 8", "UserUUIDCur": "f1bf16dc-3df6-457b-bd24-588097ec8c0b" }, { "CommentUUID": "a5f14f4b-f4f3-4a45-83ba-55167d6b5695", "CommentText": "sample string 2", "CommentScore": 1, "CommentVideoUUID": "sample string 3", "EntryTime": "2025-07-27T11:20:43.6498816+03:00", "EntryTimeChar": "sample string 4", "CommentPhotoUUID": "f178ed0e-44a6-4888-8b09-d7a395e35014", "PhotoUUID": "07ed341f-4893-4fe1-a03f-6d3babd08676", "PhotoUUIDTag": "sample string 5", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "UserUUID": "47d3eb37-be2d-43c0-afd7-c55a9ba8811a", "LanguageNameEnglish": "sample string 8", "UserUUIDCur": "f1bf16dc-3df6-457b-bd24-588097ec8c0b" } ]