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": "d2b2483f-1241-43b8-8af1-67a310f7c605", "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": "516389dc-4fd4-42b3-a916-f5a4a2740102", "CommentText": "sample string 2", "CommentScore": 1, "CommentVideoUUID": "sample string 3", "EntryTime": "2025-06-07T21:19:34.7351891+03:00", "EntryTimeChar": "sample string 4", "CommentPhotoUUID": "b7ad6943-7563-445b-a257-44a5f988969d", "PhotoUUID": "7cfd7cf6-a611-4d80-9702-80797290f201", "PhotoUUIDTag": "sample string 5", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "UserUUID": "25374c01-83ac-4461-aec6-ebe42aa25c15", "LanguageNameEnglish": "sample string 8", "UserUUIDCur": "1639f315-7d83-48ad-a990-88ec6652e6e6" }, { "CommentUUID": "516389dc-4fd4-42b3-a916-f5a4a2740102", "CommentText": "sample string 2", "CommentScore": 1, "CommentVideoUUID": "sample string 3", "EntryTime": "2025-06-07T21:19:34.7351891+03:00", "EntryTimeChar": "sample string 4", "CommentPhotoUUID": "b7ad6943-7563-445b-a257-44a5f988969d", "PhotoUUID": "7cfd7cf6-a611-4d80-9702-80797290f201", "PhotoUUIDTag": "sample string 5", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "UserUUID": "25374c01-83ac-4461-aec6-ebe42aa25c15", "LanguageNameEnglish": "sample string 8", "UserUUIDCur": "1639f315-7d83-48ad-a990-88ec6652e6e6" } ]