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": "13471bf3-11f2-40f8-83d2-bca1b2179bad", "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": "9308d726-cdee-4913-b8ab-fc1719a53409", "CommentText": "sample string 2", "CommentScore": 1, "CommentVideoUUID": "sample string 3", "EntryTime": "2025-04-19T07:18:41.5376004+03:00", "EntryTimeChar": "sample string 4", "CommentPhotoUUID": "4299fc21-4676-40fd-aff7-10cda6a98820", "PhotoUUID": "bc24179f-f172-4edc-bebd-55e2dfdb09b6", "PhotoUUIDTag": "sample string 5", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "UserUUID": "98795e80-e0d4-4285-9fa3-a5412bbbc470", "LanguageNameEnglish": "sample string 8", "UserUUIDCur": "6cd14ea9-26ba-4578-b5fe-eb3f31c45a7e" }, { "CommentUUID": "9308d726-cdee-4913-b8ab-fc1719a53409", "CommentText": "sample string 2", "CommentScore": 1, "CommentVideoUUID": "sample string 3", "EntryTime": "2025-04-19T07:18:41.5376004+03:00", "EntryTimeChar": "sample string 4", "CommentPhotoUUID": "4299fc21-4676-40fd-aff7-10cda6a98820", "PhotoUUID": "bc24179f-f172-4edc-bebd-55e2dfdb09b6", "PhotoUUIDTag": "sample string 5", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "UserUUID": "98795e80-e0d4-4285-9fa3-a5412bbbc470", "LanguageNameEnglish": "sample string 8", "UserUUIDCur": "6cd14ea9-26ba-4578-b5fe-eb3f31c45a7e" } ]