POST api/Fun/GetFunTest
AppGetFunTest
Request Information
URI Parameters
None.
Body Parameters
GetFunGift_Entity| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| isTask | boolean |
None. |
|
| Priority | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunUUID": "fac16c3f-3e8f-4476-a4fe-3b0a7e7529ff",
"UserUUIDCur": "47a53838-d578-4dfa-bc72-167a4f0497b8",
"isTask": true,
"Priority": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetQA| Name | Description | Type | Additional information |
|---|---|---|---|
| NoRow | integer |
None. |
|
| QuestionID | integer |
None. |
|
| NoQuestion | integer |
None. |
|
| NoAll | integer |
None. |
|
| QuestionDescr | string |
None. |
|
| Question | string |
None. |
|
| Answers | Collection of GetFunTest_Response |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NoRow": 1,
"QuestionID": 1,
"NoQuestion": 2,
"NoAll": 3,
"QuestionDescr": "sample string 4",
"Question": "sample string 5",
"Answers": [
{
"NoRow": 1,
"QuestionID": 1,
"NoQuestion": 2,
"NoAll": 3,
"QuestionDescr": "sample string 4",
"Question": "sample string 5",
"AnswerID": 1,
"Answer": "sample string 6",
"UserUUIDCur": "6bbbd099-54c4-4a25-a080-e0978e332411"
},
{
"NoRow": 1,
"QuestionID": 1,
"NoQuestion": 2,
"NoAll": 3,
"QuestionDescr": "sample string 4",
"Question": "sample string 5",
"AnswerID": 1,
"Answer": "sample string 6",
"UserUUIDCur": "6bbbd099-54c4-4a25-a080-e0978e332411"
}
],
"UserUUIDCur": "24028897-418b-4718-bf0d-715fe875c622"
},
{
"NoRow": 1,
"QuestionID": 1,
"NoQuestion": 2,
"NoAll": 3,
"QuestionDescr": "sample string 4",
"Question": "sample string 5",
"Answers": [
{
"NoRow": 1,
"QuestionID": 1,
"NoQuestion": 2,
"NoAll": 3,
"QuestionDescr": "sample string 4",
"Question": "sample string 5",
"AnswerID": 1,
"Answer": "sample string 6",
"UserUUIDCur": "6bbbd099-54c4-4a25-a080-e0978e332411"
},
{
"NoRow": 1,
"QuestionID": 1,
"NoQuestion": 2,
"NoAll": 3,
"QuestionDescr": "sample string 4",
"Question": "sample string 5",
"AnswerID": 1,
"Answer": "sample string 6",
"UserUUIDCur": "6bbbd099-54c4-4a25-a080-e0978e332411"
}
],
"UserUUIDCur": "24028897-418b-4718-bf0d-715fe875c622"
}
]