POST api/Quiz/GetAndroidQuizQuestionList
Request Information
URI Parameters
None.
Body Parameters
QuizInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| UserType | string |
None. |
|
| QuizId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"UserType": "sample string 2",
"QuizId": 3
}
application/xml, text/xml
Sample:
<QuizInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ekidzeeAndroid.Repositories"> <QuizId>3</QuizId> <UserId>sample string 1</UserId> <UserType>sample string 2</UserType> </QuizInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IResponseModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseMessage | string |
None. |
|
| ResponseCode | integer |
None. |
|
| ResponseData | Object |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.