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": "ae27f5a6-3bb4-451e-85d9-6f9ed36e87cd",
"UserUUIDCur": "912de1b9-7076-4e4b-9bd9-c185293c9aa4",
"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": "0304931c-8676-4c4c-886f-17f81f424127"
},
{
"NoRow": 1,
"QuestionID": 1,
"NoQuestion": 2,
"NoAll": 3,
"QuestionDescr": "sample string 4",
"Question": "sample string 5",
"AnswerID": 1,
"Answer": "sample string 6",
"UserUUIDCur": "0304931c-8676-4c4c-886f-17f81f424127"
}
],
"UserUUIDCur": "f87fbcdd-6a45-41ca-a6c1-6b154389e895"
},
{
"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": "0304931c-8676-4c4c-886f-17f81f424127"
},
{
"NoRow": 1,
"QuestionID": 1,
"NoQuestion": 2,
"NoAll": 3,
"QuestionDescr": "sample string 4",
"Question": "sample string 5",
"AnswerID": 1,
"Answer": "sample string 6",
"UserUUIDCur": "0304931c-8676-4c4c-886f-17f81f424127"
}
],
"UserUUIDCur": "f87fbcdd-6a45-41ca-a6c1-6b154389e895"
}
]