POST api/Fun/AppGetFunComment
AppGetFunComment
Request Information
URI Parameters
None.
Body Parameters
AppGetFunCommentName | Description | Type | Additional information |
---|---|---|---|
FunUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
|
DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FunUUID": "f91ae2d5-470f-4ed4-827a-addbe7e01bf9", "UserUUIDCur": "9494b2a0-91f6-493c-8d62-47554475ac15", "DeviceID": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AppGetFunComment_ResponseName | Description | Type | Additional information |
---|---|---|---|
CommentUUID | globally unique identifier |
None. |
|
CommentText | string |
None. |
|
CommentScore | integer |
None. |
|
CommentVideoUUID | globally unique identifier |
None. |
|
EntryTime | date |
None. |
|
EntryTimeChar | string |
None. |
|
PhotoUUID | globally unique identifier |
None. |
|
CommentPhotoUUID | globally unique identifier |
None. |
|
PhotoURI | string |
None. |
|
AvatarName | string |
None. |
|
PhotoUUIDTag | string |
None. |
|
UserUUID | globally unique identifier |
None. |
|
LanguageNameEnglish | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CommentUUID": "6d6daa6a-c953-478e-8a0d-1a04d9ceec56", "CommentText": "sample string 2", "CommentScore": 3, "CommentVideoUUID": "729bd28b-604e-4f52-bb02-ef3e5b1376d0", "EntryTime": "2025-07-27T11:11:20.9507039+03:00", "EntryTimeChar": "sample string 5", "PhotoUUID": "44c8f0e0-73b1-4de8-8379-79e8ad3738a2", "CommentPhotoUUID": "84174969-39e1-4ecd-a0eb-34391fcae569", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "PhotoUUIDTag": "sample string 8", "UserUUID": "586fdf16-ab34-4c54-96a6-8fc0750627f7", "LanguageNameEnglish": "sample string 10", "UserUUIDCur": "42ef94d5-7b2f-4171-97a4-45c298e8ca12" }, { "CommentUUID": "6d6daa6a-c953-478e-8a0d-1a04d9ceec56", "CommentText": "sample string 2", "CommentScore": 3, "CommentVideoUUID": "729bd28b-604e-4f52-bb02-ef3e5b1376d0", "EntryTime": "2025-07-27T11:11:20.9507039+03:00", "EntryTimeChar": "sample string 5", "PhotoUUID": "44c8f0e0-73b1-4de8-8379-79e8ad3738a2", "CommentPhotoUUID": "84174969-39e1-4ecd-a0eb-34391fcae569", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "PhotoUUIDTag": "sample string 8", "UserUUID": "586fdf16-ab34-4c54-96a6-8fc0750627f7", "LanguageNameEnglish": "sample string 10", "UserUUIDCur": "42ef94d5-7b2f-4171-97a4-45c298e8ca12" } ]