POST api/Fun/GetFunD
AppGetFunD
Request Information
URI Parameters
None.
Body Parameters
AppGetFunDName | Description | Type | Additional information |
---|---|---|---|
NewsUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "NewsUUID": "5e6c5c28-0f05-4c04-a713-b1545a81b7c9", "UserUUIDCur": "378b1d5a-4c13-46e4-839f-7ca8981f1ca0" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppGetFunD_ResponseName | Description | Type | Additional 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": "cf543a31-78a0-4a73-844c-cc42b3dfdf9b", "CommentText": "sample string 2", "CommentScore": 3, "CommentVideoUUID": "d7637d3c-0eda-45d7-a6ee-9d2783f1da3b", "EntryTime": "2025-04-19T10:12:30.8379453+03:00", "PhotoUUID": "8621abf2-b91b-4bd8-9995-46f40942eec1", "AvatarName": "sample string 6", "LanguageNameEnglish": "sample string 7", "UserUUIDCur": "146f6fef-81e4-4cd0-b132-9b6232245d2f" }, { "CommentUUID": "cf543a31-78a0-4a73-844c-cc42b3dfdf9b", "CommentText": "sample string 2", "CommentScore": 3, "CommentVideoUUID": "d7637d3c-0eda-45d7-a6ee-9d2783f1da3b", "EntryTime": "2025-04-19T10:12:30.8379453+03:00", "PhotoUUID": "8621abf2-b91b-4bd8-9995-46f40942eec1", "AvatarName": "sample string 6", "LanguageNameEnglish": "sample string 7", "UserUUIDCur": "146f6fef-81e4-4cd0-b132-9b6232245d2f" } ], "QuestionAnswerDetails": [ { "NoRow": 1, "QuestionID": 2, "Question": "sample string 3", "AnswerID": 4, "Answer": "sample string 5", "UserUUIDCur": "8a74e0c8-15d9-4cea-8401-df886fde0f3d" }, { "NoRow": 1, "QuestionID": 2, "Question": "sample string 3", "AnswerID": 4, "Answer": "sample string 5", "UserUUIDCur": "8a74e0c8-15d9-4cea-8401-df886fde0f3d" } ], "GiftPackDetails": [ { "GiftPackUUID": "e59994b9-032d-4726-90ff-f58dceddd9a3", "GiftPackName": "sample string 2", "GiftPackReason": "sample string 3", "GiftUsed": true, "ResourceName": "sample string 5", "ResourceQ": 6.1, "PhotoUUID": "4a8448bf-b50a-4fb0-93b4-eb0b98afdb69", "UserUUIDCur": "8895225b-1479-45f6-b702-bb14be184139" }, { "GiftPackUUID": "e59994b9-032d-4726-90ff-f58dceddd9a3", "GiftPackName": "sample string 2", "GiftPackReason": "sample string 3", "GiftUsed": true, "ResourceName": "sample string 5", "ResourceQ": 6.1, "PhotoUUID": "4a8448bf-b50a-4fb0-93b4-eb0b98afdb69", "UserUUIDCur": "8895225b-1479-45f6-b702-bb14be184139" } ] }