POST api/Admin/GetQuestionsForSearch
Request Information
URI Parameters
None.
Body Parameters
QuestionsSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| QuestionTypeId | integer |
None. |
|
| SubjectId | integer |
None. |
|
| TopicId | integer |
None. |
|
| SubTopicId | integer |
None. |
|
| DifficultyLevelId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GroupId": 1,
"QuestionTypeId": 2,
"SubjectId": 3,
"TopicId": 4,
"SubTopicId": 5,
"DifficultyLevelId": 6
}
application/xml, text/xml
Sample:
<QuestionsSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestSeriesServices.Models"> <DifficultyLevelId>6</DifficultyLevelId> <GroupId>1</GroupId> <QuestionTypeId>2</QuestionTypeId> <SubTopicId>5</SubTopicId> <SubjectId>3</SubjectId> <TopicId>4</TopicId> </QuestionsSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.