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": "83fa598c-6fa0-473d-8acc-c57a8efd261b",
"UserUUIDCur": "02e5dec0-f78e-4629-9e42-eb55abc703b7"
}
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": "1ee97928-caef-4231-9bdb-943135f6fc81",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "6d524729-bc67-44e2-8047-87e8fd0a5ea0",
"EntryTime": "2026-06-20T22:50:07.3643972+03:00",
"PhotoUUID": "2cba987e-9e53-4eef-8de0-50699f3c8e13",
"AvatarName": "sample string 6",
"LanguageNameEnglish": "sample string 7",
"UserUUIDCur": "dbee7e8c-9ad7-4a96-ab3d-95c4ac1942e4"
},
{
"CommentUUID": "1ee97928-caef-4231-9bdb-943135f6fc81",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "6d524729-bc67-44e2-8047-87e8fd0a5ea0",
"EntryTime": "2026-06-20T22:50:07.3643972+03:00",
"PhotoUUID": "2cba987e-9e53-4eef-8de0-50699f3c8e13",
"AvatarName": "sample string 6",
"LanguageNameEnglish": "sample string 7",
"UserUUIDCur": "dbee7e8c-9ad7-4a96-ab3d-95c4ac1942e4"
}
],
"QuestionAnswerDetails": [
{
"NoRow": 1,
"QuestionID": 2,
"Question": "sample string 3",
"AnswerID": 4,
"Answer": "sample string 5",
"UserUUIDCur": "d8c8d5b8-4ade-4ee9-bf57-45358668e3d0"
},
{
"NoRow": 1,
"QuestionID": 2,
"Question": "sample string 3",
"AnswerID": 4,
"Answer": "sample string 5",
"UserUUIDCur": "d8c8d5b8-4ade-4ee9-bf57-45358668e3d0"
}
],
"GiftPackDetails": [
{
"GiftPackUUID": "aca03208-6554-4054-8e59-e04008cd41eb",
"GiftPackName": "sample string 2",
"GiftPackReason": "sample string 3",
"GiftUsed": true,
"ResourceName": "sample string 5",
"ResourceQ": 6.1,
"PhotoUUID": "18ae6c5a-e013-4885-870a-a020414ef23f",
"UserUUIDCur": "48009a76-a04e-4479-9337-4ba569cd8440"
},
{
"GiftPackUUID": "aca03208-6554-4054-8e59-e04008cd41eb",
"GiftPackName": "sample string 2",
"GiftPackReason": "sample string 3",
"GiftUsed": true,
"ResourceName": "sample string 5",
"ResourceQ": 6.1,
"PhotoUUID": "18ae6c5a-e013-4885-870a-a020414ef23f",
"UserUUIDCur": "48009a76-a04e-4479-9337-4ba569cd8440"
}
]
}