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": "057da22a-c5c5-4896-8493-8624a31cd107",
"UserUUIDCur": "56ed71fb-6352-4bfc-8bf2-5d7b834b9537"
}
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": "f11e52d5-53cb-41af-bfbd-7f9c48a882e7",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "8a76c4e8-f854-4d18-b08e-0609d6d41669",
"EntryTime": "2025-11-17T10:11:59.4090914+02:00",
"PhotoUUID": "6d0738c0-e3d0-4977-ad9b-6e783c149747",
"AvatarName": "sample string 6",
"LanguageNameEnglish": "sample string 7",
"UserUUIDCur": "dd647436-899d-4edd-a9cc-de8471e830fd"
},
{
"CommentUUID": "f11e52d5-53cb-41af-bfbd-7f9c48a882e7",
"CommentText": "sample string 2",
"CommentScore": 3,
"CommentVideoUUID": "8a76c4e8-f854-4d18-b08e-0609d6d41669",
"EntryTime": "2025-11-17T10:11:59.4090914+02:00",
"PhotoUUID": "6d0738c0-e3d0-4977-ad9b-6e783c149747",
"AvatarName": "sample string 6",
"LanguageNameEnglish": "sample string 7",
"UserUUIDCur": "dd647436-899d-4edd-a9cc-de8471e830fd"
}
],
"QuestionAnswerDetails": [
{
"NoRow": 1,
"QuestionID": 2,
"Question": "sample string 3",
"AnswerID": 4,
"Answer": "sample string 5",
"UserUUIDCur": "29e283dd-a591-4ae2-89fb-5024101f1eb2"
},
{
"NoRow": 1,
"QuestionID": 2,
"Question": "sample string 3",
"AnswerID": 4,
"Answer": "sample string 5",
"UserUUIDCur": "29e283dd-a591-4ae2-89fb-5024101f1eb2"
}
],
"GiftPackDetails": [
{
"GiftPackUUID": "902e021b-d80a-42fd-8690-cfe89fc50cf6",
"GiftPackName": "sample string 2",
"GiftPackReason": "sample string 3",
"GiftUsed": true,
"ResourceName": "sample string 5",
"ResourceQ": 6.1,
"PhotoUUID": "ca2609e6-5761-407b-8c4b-2a135be997f7",
"UserUUIDCur": "81a25f5d-f4e9-49a2-86f8-83a58d9dece3"
},
{
"GiftPackUUID": "902e021b-d80a-42fd-8690-cfe89fc50cf6",
"GiftPackName": "sample string 2",
"GiftPackReason": "sample string 3",
"GiftUsed": true,
"ResourceName": "sample string 5",
"ResourceQ": 6.1,
"PhotoUUID": "ca2609e6-5761-407b-8c4b-2a135be997f7",
"UserUUIDCur": "81a25f5d-f4e9-49a2-86f8-83a58d9dece3"
}
]
}