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": "b01ab342-5d14-4085-a46f-3a5937fb37b6",
  "UserUUIDCur": "19dfaf53-b45f-4a50-bcc9-91abda675c05"
}

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": "976a98b0-01c1-4c13-996e-08d7c89dfc54",
      "CommentText": "sample string 2",
      "CommentScore": 3,
      "CommentVideoUUID": "58071039-ddee-4528-ae57-aab1ec3070f5",
      "EntryTime": "2026-08-05T03:53:47.0248884+03:00",
      "PhotoUUID": "f7aebb00-fc51-4e17-b270-cd4fb9581a4e",
      "AvatarName": "sample string 6",
      "LanguageNameEnglish": "sample string 7",
      "UserUUIDCur": "6105240f-8ba3-473f-937b-9a2668a6d760"
    },
    {
      "CommentUUID": "976a98b0-01c1-4c13-996e-08d7c89dfc54",
      "CommentText": "sample string 2",
      "CommentScore": 3,
      "CommentVideoUUID": "58071039-ddee-4528-ae57-aab1ec3070f5",
      "EntryTime": "2026-08-05T03:53:47.0248884+03:00",
      "PhotoUUID": "f7aebb00-fc51-4e17-b270-cd4fb9581a4e",
      "AvatarName": "sample string 6",
      "LanguageNameEnglish": "sample string 7",
      "UserUUIDCur": "6105240f-8ba3-473f-937b-9a2668a6d760"
    }
  ],
  "QuestionAnswerDetails": [
    {
      "NoRow": 1,
      "QuestionID": 2,
      "Question": "sample string 3",
      "AnswerID": 4,
      "Answer": "sample string 5",
      "UserUUIDCur": "c8ad8b8f-0493-4bfd-b427-e6d2f18a1495"
    },
    {
      "NoRow": 1,
      "QuestionID": 2,
      "Question": "sample string 3",
      "AnswerID": 4,
      "Answer": "sample string 5",
      "UserUUIDCur": "c8ad8b8f-0493-4bfd-b427-e6d2f18a1495"
    }
  ],
  "GiftPackDetails": [
    {
      "GiftPackUUID": "dbde5fb7-0800-4e51-a0be-a9638973dc8e",
      "GiftPackName": "sample string 2",
      "GiftPackReason": "sample string 3",
      "GiftUsed": true,
      "ResourceName": "sample string 5",
      "ResourceQ": 6.1,
      "PhotoUUID": "15e33bb5-4208-4ee2-9118-ab13dcb01094",
      "UserUUIDCur": "3ef40fba-2c32-4ef8-b4c5-f90d3b258f5e"
    },
    {
      "GiftPackUUID": "dbde5fb7-0800-4e51-a0be-a9638973dc8e",
      "GiftPackName": "sample string 2",
      "GiftPackReason": "sample string 3",
      "GiftUsed": true,
      "ResourceName": "sample string 5",
      "ResourceQ": 6.1,
      "PhotoUUID": "15e33bb5-4208-4ee2-9118-ab13dcb01094",
      "UserUUIDCur": "3ef40fba-2c32-4ef8-b4c5-f90d3b258f5e"
    }
  ]
}