POST api/Fun/AppGetFunComment

AppGetFunComment

Request Information

URI Parameters

None.

Body Parameters

AppGetFunComment
NameDescriptionTypeAdditional information
FunUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

DeviceID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FunUUID": "94e31450-9847-4abf-b51d-de538f737b77",
  "UserUUIDCur": "53b1187a-18e0-4a2c-a691-1d039b767d51",
  "DeviceID": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetFunComment_Response
NameDescriptionTypeAdditional 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": "f2cd5cd9-da93-49e5-b501-01db887393ea",
    "CommentText": "sample string 2",
    "CommentScore": 3,
    "CommentVideoUUID": "3d6ff99a-3ce3-41fb-9e8a-4737bba1dee3",
    "EntryTime": "2025-04-19T08:47:32.1081098+03:00",
    "EntryTimeChar": "sample string 5",
    "PhotoUUID": "c5ae9366-6df3-4bb9-8d13-b5760c51702d",
    "CommentPhotoUUID": "26a91840-b889-4374-bf75-9e3773286f7f",
    "PhotoURI": "sample string 6",
    "AvatarName": "sample string 7",
    "PhotoUUIDTag": "sample string 8",
    "UserUUID": "9bf063ac-d7f0-40c3-bc08-b65179d57ff2",
    "LanguageNameEnglish": "sample string 10",
    "UserUUIDCur": "e7e9ab92-a6ba-46d2-b1d5-e61adba0c40a"
  },
  {
    "CommentUUID": "f2cd5cd9-da93-49e5-b501-01db887393ea",
    "CommentText": "sample string 2",
    "CommentScore": 3,
    "CommentVideoUUID": "3d6ff99a-3ce3-41fb-9e8a-4737bba1dee3",
    "EntryTime": "2025-04-19T08:47:32.1081098+03:00",
    "EntryTimeChar": "sample string 5",
    "PhotoUUID": "c5ae9366-6df3-4bb9-8d13-b5760c51702d",
    "CommentPhotoUUID": "26a91840-b889-4374-bf75-9e3773286f7f",
    "PhotoURI": "sample string 6",
    "AvatarName": "sample string 7",
    "PhotoUUIDTag": "sample string 8",
    "UserUUID": "9bf063ac-d7f0-40c3-bc08-b65179d57ff2",
    "LanguageNameEnglish": "sample string 10",
    "UserUUIDCur": "e7e9ab92-a6ba-46d2-b1d5-e61adba0c40a"
  }
]