POST api/Fun/GetFunD
AppGetFunD
Request Information
URI Parameters
None.
Body Parameters
AppGetFunD| Name | Description | Type | Additional information |
|---|---|---|---|
| NewsUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"NewsUUID": "4e313129-cd6d-413c-ae4a-e756e2ae233a",
"UserUUIDCur": "10b26a2f-0805-4d5d-86b2-e4bbffc729b6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppGetFunD_Response| Name | 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": "4ada7e3c-8473-4533-917a-1a937ac443eb",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "74989b33-a859-44b9-88d5-fde57b22d2fb",
"EntryTime": "2026-05-06T07:25:17.322021+03:00",
"PhotoUUID": "8a037d40-e7ad-4dfd-872f-d16057f947aa",
"AvatarName": "sample string 6",
"LanguageNameEnglish": "sample string 7",
"UserUUIDCur": "9f3bbd8b-53c1-4293-b830-76a3eae91520"
},
{
"CommentUUID": "4ada7e3c-8473-4533-917a-1a937ac443eb",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "74989b33-a859-44b9-88d5-fde57b22d2fb",
"EntryTime": "2026-05-06T07:25:17.322021+03:00",
"PhotoUUID": "8a037d40-e7ad-4dfd-872f-d16057f947aa",
"AvatarName": "sample string 6",
"LanguageNameEnglish": "sample string 7",
"UserUUIDCur": "9f3bbd8b-53c1-4293-b830-76a3eae91520"
}
],
"QuestionAnswerDetails": [
{
"NoRow": 1,
"QuestionID": 2,
"Question": "sample string 3",
"AnswerID": 4,
"Answer": "sample string 5",
"UserUUIDCur": "087399ab-50bf-4d5e-8de7-8b17dd78434f"
},
{
"NoRow": 1,
"QuestionID": 2,
"Question": "sample string 3",
"AnswerID": 4,
"Answer": "sample string 5",
"UserUUIDCur": "087399ab-50bf-4d5e-8de7-8b17dd78434f"
}
],
"GiftPackDetails": [
{
"GiftPackUUID": "7201a1f4-fbfa-4f2f-acea-060a5704d1ed",
"GiftPackName": "sample string 2",
"GiftPackReason": "sample string 3",
"GiftUsed": true,
"ResourceName": "sample string 5",
"ResourceQ": 6.1,
"PhotoUUID": "6c91d914-c1aa-47ab-a951-845da9d62cd1",
"UserUUIDCur": "13897887-caac-44de-80fc-e0e73ee46991"
},
{
"GiftPackUUID": "7201a1f4-fbfa-4f2f-acea-060a5704d1ed",
"GiftPackName": "sample string 2",
"GiftPackReason": "sample string 3",
"GiftUsed": true,
"ResourceName": "sample string 5",
"ResourceQ": 6.1,
"PhotoUUID": "6c91d914-c1aa-47ab-a951-845da9d62cd1",
"UserUUIDCur": "13897887-caac-44de-80fc-e0e73ee46991"
}
]
}