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": "42674dd0-be79-47ab-ba7b-e994855a2b61", "UserUUIDCur": "8e1ceaf2-7601-4878-bfc7-71d577e40237", "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": "50c251c6-9a29-499d-b983-ef5766a13721", "CommentText": "sample string 2", "CommentScore": 3, "CommentVideoUUID": "3ce7259b-5159-48d8-9d4e-1975a4e2293d", "EntryTime": "2025-09-23T00:31:50.9087282+03:00", "EntryTimeChar": "sample string 5", "PhotoUUID": "7f454a86-049a-472a-87a8-386d948c5c2d", "CommentPhotoUUID": "13e81a9b-e70b-4c68-99d2-c05097a11430", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "PhotoUUIDTag": "sample string 8", "UserUUID": "97bd3102-bef9-42d6-9a75-352f153c3fcb", "LanguageNameEnglish": "sample string 10", "UserUUIDCur": "667008c6-f019-402b-a9b9-8a266c8b7f7a" }, { "CommentUUID": "50c251c6-9a29-499d-b983-ef5766a13721", "CommentText": "sample string 2", "CommentScore": 3, "CommentVideoUUID": "3ce7259b-5159-48d8-9d4e-1975a4e2293d", "EntryTime": "2025-09-23T00:31:50.9087282+03:00", "EntryTimeChar": "sample string 5", "PhotoUUID": "7f454a86-049a-472a-87a8-386d948c5c2d", "CommentPhotoUUID": "13e81a9b-e70b-4c68-99d2-c05097a11430", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "PhotoUUIDTag": "sample string 8", "UserUUID": "97bd3102-bef9-42d6-9a75-352f153c3fcb", "LanguageNameEnglish": "sample string 10", "UserUUIDCur": "667008c6-f019-402b-a9b9-8a266c8b7f7a" } ]