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": "3bb2f534-b0c1-4165-a5f4-98ee7bac51f1", "UserUUIDCur": "dbd4b30d-6e00-45e7-a536-dcc59381ad68", "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": "37c28426-593c-4292-a185-4cda83716a7e", "CommentText": "sample string 2", "CommentScore": 3, "CommentVideoUUID": "2b9d7fce-b7c6-41a4-a009-375f691cf467", "EntryTime": "2025-06-07T20:54:24.8415962+03:00", "EntryTimeChar": "sample string 5", "PhotoUUID": "e4988876-61e3-441e-8208-ce0ce54ecfa2", "CommentPhotoUUID": "9ee62d49-6137-456d-872d-e91f770b8192", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "PhotoUUIDTag": "sample string 8", "UserUUID": "c7bc9676-3d70-4b1d-900c-927298f51abc", "LanguageNameEnglish": "sample string 10", "UserUUIDCur": "e03cb16f-9ef7-480b-806c-95ff7d331f13" }, { "CommentUUID": "37c28426-593c-4292-a185-4cda83716a7e", "CommentText": "sample string 2", "CommentScore": 3, "CommentVideoUUID": "2b9d7fce-b7c6-41a4-a009-375f691cf467", "EntryTime": "2025-06-07T20:54:24.8415962+03:00", "EntryTimeChar": "sample string 5", "PhotoUUID": "e4988876-61e3-441e-8208-ce0ce54ecfa2", "CommentPhotoUUID": "9ee62d49-6137-456d-872d-e91f770b8192", "PhotoURI": "sample string 6", "AvatarName": "sample string 7", "PhotoUUIDTag": "sample string 8", "UserUUID": "c7bc9676-3d70-4b1d-900c-927298f51abc", "LanguageNameEnglish": "sample string 10", "UserUUIDCur": "e03cb16f-9ef7-480b-806c-95ff7d331f13" } ]