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": "4c6ee377-dd1d-4b68-9186-26faa18e9383", "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": "6d2f6ad3-df9f-412f-9393-fc1985ac5f8a", "CommentText": "sample string 2", "CommentScore": 1, "CommentVideoUUID": "sample string 3", "EntryTime": "2025-09-23T00:33:35.9172469+03:00", "EntryTimeChar": "sample string 4", "CommentPhotoUUID": "80b93865-ce01-4004-bc5f-8ec4fdafb344", "PhotoUUID": "5ec92ac4-de7b-4c58-895f-289183fa312e", "PhotoUUIDTag": "sample string 5", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "UserUUID": "560f3a16-84b2-484d-a871-2ae31a6025e2", "LanguageNameEnglish": "sample string 8", "UserUUIDCur": "02b016cb-24bb-4eec-b47c-368d38474fc0" }, { "CommentUUID": "6d2f6ad3-df9f-412f-9393-fc1985ac5f8a", "CommentText": "sample string 2", "CommentScore": 1, "CommentVideoUUID": "sample string 3", "EntryTime": "2025-09-23T00:33:35.9172469+03:00", "EntryTimeChar": "sample string 4", "CommentPhotoUUID": "80b93865-ce01-4004-bc5f-8ec4fdafb344", "PhotoUUID": "5ec92ac4-de7b-4c58-895f-289183fa312e", "PhotoUUIDTag": "sample string 5", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "UserUUID": "560f3a16-84b2-484d-a871-2ae31a6025e2", "LanguageNameEnglish": "sample string 8", "UserUUIDCur": "02b016cb-24bb-4eec-b47c-368d38474fc0" } ]