POST api/Fun/GetFunTest
AppGetFunTest
Request Information
URI Parameters
None.
Body Parameters
GetFunGift_EntityName | 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": "c203ea2f-89ba-4fbd-b19d-6e0c5076e68c", "UserUUIDCur": "de928e80-4584-45db-a4dd-c571de22727b", "isTask": true, "Priority": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetQAName | 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": "e42ce91c-d914-4e00-89ca-95d2fe0bf70e" }, { "NoRow": 1, "QuestionID": 1, "NoQuestion": 2, "NoAll": 3, "QuestionDescr": "sample string 4", "Question": "sample string 5", "AnswerID": 1, "Answer": "sample string 6", "UserUUIDCur": "e42ce91c-d914-4e00-89ca-95d2fe0bf70e" } ], "UserUUIDCur": "a6963dd6-8ffe-4195-8e1d-af2ac1c77f59" }, { "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": "e42ce91c-d914-4e00-89ca-95d2fe0bf70e" }, { "NoRow": 1, "QuestionID": 1, "NoQuestion": 2, "NoAll": 3, "QuestionDescr": "sample string 4", "Question": "sample string 5", "AnswerID": 1, "Answer": "sample string 6", "UserUUIDCur": "e42ce91c-d914-4e00-89ca-95d2fe0bf70e" } ], "UserUUIDCur": "a6963dd6-8ffe-4195-8e1d-af2ac1c77f59" } ]