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": "c478e832-455c-4c77-ba6e-b9436eb05131", "UserUUIDCur": "8a5d74ec-010d-407b-8665-80d4301d37af", "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": "dd6ab3b1-6948-4f7c-a7f0-3688c87bd232" }, { "NoRow": 1, "QuestionID": 1, "NoQuestion": 2, "NoAll": 3, "QuestionDescr": "sample string 4", "Question": "sample string 5", "AnswerID": 1, "Answer": "sample string 6", "UserUUIDCur": "dd6ab3b1-6948-4f7c-a7f0-3688c87bd232" } ], "UserUUIDCur": "41cdf74c-c0f8-411d-9a0c-64505e288777" }, { "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": "dd6ab3b1-6948-4f7c-a7f0-3688c87bd232" }, { "NoRow": 1, "QuestionID": 1, "NoQuestion": 2, "NoAll": 3, "QuestionDescr": "sample string 4", "Question": "sample string 5", "AnswerID": 1, "Answer": "sample string 6", "UserUUIDCur": "dd6ab3b1-6948-4f7c-a7f0-3688c87bd232" } ], "UserUUIDCur": "41cdf74c-c0f8-411d-9a0c-64505e288777" } ]