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": "7d5b7063-5fd9-4339-b3e7-225cd28aa163", "UserUUIDCur": "c4c87006-015d-4276-a57e-abda2e49d3aa" }
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": "1948c3a4-f580-4601-bac9-e6939ef045f2", "CommentText": "sample string 2", "CommentScore": 3, "CommentVideoUUID": "e3ca8ddf-e60a-4eab-8224-58229837bf94", "EntryTime": "2025-06-07T20:57:42.1076314+03:00", "PhotoUUID": "3c936f1c-1735-4c34-b484-3e9fed46286d", "AvatarName": "sample string 6", "LanguageNameEnglish": "sample string 7", "UserUUIDCur": "270c4452-70ff-46ae-9f84-c4ec98f955e6" }, { "CommentUUID": "1948c3a4-f580-4601-bac9-e6939ef045f2", "CommentText": "sample string 2", "CommentScore": 3, "CommentVideoUUID": "e3ca8ddf-e60a-4eab-8224-58229837bf94", "EntryTime": "2025-06-07T20:57:42.1076314+03:00", "PhotoUUID": "3c936f1c-1735-4c34-b484-3e9fed46286d", "AvatarName": "sample string 6", "LanguageNameEnglish": "sample string 7", "UserUUIDCur": "270c4452-70ff-46ae-9f84-c4ec98f955e6" } ], "QuestionAnswerDetails": [ { "NoRow": 1, "QuestionID": 2, "Question": "sample string 3", "AnswerID": 4, "Answer": "sample string 5", "UserUUIDCur": "af2c7f54-ab53-46fb-9960-b7bed6da8d58" }, { "NoRow": 1, "QuestionID": 2, "Question": "sample string 3", "AnswerID": 4, "Answer": "sample string 5", "UserUUIDCur": "af2c7f54-ab53-46fb-9960-b7bed6da8d58" } ], "GiftPackDetails": [ { "GiftPackUUID": "e13d0fb4-a860-46d9-990e-024598c86320", "GiftPackName": "sample string 2", "GiftPackReason": "sample string 3", "GiftUsed": true, "ResourceName": "sample string 5", "ResourceQ": 6.1, "PhotoUUID": "904a3a4f-22ae-4ad3-acec-f6dd1f4b3a19", "UserUUIDCur": "1e25a0dd-976f-489a-add0-49c35d2bd3a9" }, { "GiftPackUUID": "e13d0fb4-a860-46d9-990e-024598c86320", "GiftPackName": "sample string 2", "GiftPackReason": "sample string 3", "GiftUsed": true, "ResourceName": "sample string 5", "ResourceQ": 6.1, "PhotoUUID": "904a3a4f-22ae-4ad3-acec-f6dd1f4b3a19", "UserUUIDCur": "1e25a0dd-976f-489a-add0-49c35d2bd3a9" } ] }