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": "0312c01c-4102-43ec-9659-35dabdc27540",
"UserUUIDCur": "193b3c0a-195f-4581-acfb-1936dfd3e580",
"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": "be2c4dd5-0893-4f19-84d6-6bba5c754219"
},
{
"NoRow": 1,
"QuestionID": 1,
"NoQuestion": 2,
"NoAll": 3,
"QuestionDescr": "sample string 4",
"Question": "sample string 5",
"AnswerID": 1,
"Answer": "sample string 6",
"UserUUIDCur": "be2c4dd5-0893-4f19-84d6-6bba5c754219"
}
],
"UserUUIDCur": "6b347441-3169-401e-a33a-d1afa01ea543"
},
{
"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": "be2c4dd5-0893-4f19-84d6-6bba5c754219"
},
{
"NoRow": 1,
"QuestionID": 1,
"NoQuestion": 2,
"NoAll": 3,
"QuestionDescr": "sample string 4",
"Question": "sample string 5",
"AnswerID": 1,
"Answer": "sample string 6",
"UserUUIDCur": "be2c4dd5-0893-4f19-84d6-6bba5c754219"
}
],
"UserUUIDCur": "6b347441-3169-401e-a33a-d1afa01ea543"
}
]