POST api/Fun/GetFunD

AppGetFunD

Request Information

URI Parameters

None.

Body Parameters

AppGetFunD
NameDescriptionTypeAdditional information
NewsUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "NewsUUID": "46e2e6ac-93dc-49c2-b342-95f5c1ea9e02",
  "UserUUIDCur": "f6f21a61-4ac0-48fa-bc04-d39d480653e6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppGetFunD_Response
NameDescriptionTypeAdditional information
CommentDetails

Collection of CommentDetails

None.

QuestionAnswerDetails

Collection of QuestionAnswerDetails

None.

GiftPackDetails

Collection of GiftPackDetails

None.

Response Formats

application/json, text/json

Sample:
{
  "CommentDetails": [
    {
      "CommentUUID": "7af9428c-1f8f-4284-bb7f-3e118b0905a2",
      "CommentText": "sample string 2",
      "CommentScore": 3,
      "CommentVideoUUID": "9be13c7c-60bc-420c-b94d-e3bf3b7e3615",
      "EntryTime": "2026-09-19T01:21:00.9946871+03:00",
      "PhotoUUID": "1d992c36-c96b-428e-a295-67865ff1b089",
      "AvatarName": "sample string 6",
      "LanguageNameEnglish": "sample string 7",
      "UserUUIDCur": "9bcfa8de-a21e-4ee8-ab7e-5c7a8e860907"
    },
    {
      "CommentUUID": "7af9428c-1f8f-4284-bb7f-3e118b0905a2",
      "CommentText": "sample string 2",
      "CommentScore": 3,
      "CommentVideoUUID": "9be13c7c-60bc-420c-b94d-e3bf3b7e3615",
      "EntryTime": "2026-09-19T01:21:00.9946871+03:00",
      "PhotoUUID": "1d992c36-c96b-428e-a295-67865ff1b089",
      "AvatarName": "sample string 6",
      "LanguageNameEnglish": "sample string 7",
      "UserUUIDCur": "9bcfa8de-a21e-4ee8-ab7e-5c7a8e860907"
    }
  ],
  "QuestionAnswerDetails": [
    {
      "NoRow": 1,
      "QuestionID": 2,
      "Question": "sample string 3",
      "AnswerID": 4,
      "Answer": "sample string 5",
      "UserUUIDCur": "64baeaab-9e9b-49e8-a96d-d341a2cd8112"
    },
    {
      "NoRow": 1,
      "QuestionID": 2,
      "Question": "sample string 3",
      "AnswerID": 4,
      "Answer": "sample string 5",
      "UserUUIDCur": "64baeaab-9e9b-49e8-a96d-d341a2cd8112"
    }
  ],
  "GiftPackDetails": [
    {
      "GiftPackUUID": "c12df934-e285-4a5a-9b44-b2275e5414da",
      "GiftPackName": "sample string 2",
      "GiftPackReason": "sample string 3",
      "GiftUsed": true,
      "ResourceName": "sample string 5",
      "ResourceQ": 6.1,
      "PhotoUUID": "8fa525e0-5034-4cfb-815b-3d159eaaf507",
      "UserUUIDCur": "9cbc7149-1d77-4b4d-8467-47b5eebd1a25"
    },
    {
      "GiftPackUUID": "c12df934-e285-4a5a-9b44-b2275e5414da",
      "GiftPackName": "sample string 2",
      "GiftPackReason": "sample string 3",
      "GiftUsed": true,
      "ResourceName": "sample string 5",
      "ResourceQ": 6.1,
      "PhotoUUID": "8fa525e0-5034-4cfb-815b-3d159eaaf507",
      "UserUUIDCur": "9cbc7149-1d77-4b4d-8467-47b5eebd1a25"
    }
  ]
}