GET api/Quizzes/QuizzesByLevelAndUser?Level={Level}&UserId={UserId}&UserType={UserType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Level | integer |
Required |
|
| UserId | string |
Required |
|
| UserType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of QuizzesEx| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| QuizName | string |
None. |
|
| QuizLevel | byte |
None. |
|
| QuizNumber | integer |
None. |
|
| Dictionary | byte |
None. |
|
| Questions | string |
None. |
|
| Follower | string |
None. |
|
| PercentComp | decimal number |
None. |
|
| ProgressColor | string |
None. |
|
| Category | string |
None. |
|
| SetNum | integer |
None. |
|
| IsLocked | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.