GET api/Exam/GetSubjectTestListByMember?securityKey={securityKey}&subjectId={subjectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| securityKey | string |
Required |
|
| subjectId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Exam| Name | Description | Type | Additional information |
|---|---|---|---|
| ExamId | integer |
None. |
|
| ExamTitle | string |
None. |
|
| ExamTypeId | integer |
None. |
|
| ExamType | string |
None. |
|
| SubjectId | integer |
None. |
|
| ExamNo | integer |
None. |
|
| SubjectName | string |
None. |
|
| CoverImage | string |
None. |
|
| Language | ExamMedium |
None. |
|
| CandidateExamMappingId | integer |
None. |
|
| CandidateId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ExamId": 1,
"ExamTitle": "sample string 2",
"ExamTypeId": 3,
"ExamType": "sample string 4",
"SubjectId": 5,
"ExamNo": 6,
"SubjectName": "sample string 7",
"CoverImage": "sample string 8",
"Language": 1,
"CandidateExamMappingId": 9,
"CandidateId": 10,
"IsActive": true,
"Status": "sample string 12"
},
{
"ExamId": 1,
"ExamTitle": "sample string 2",
"ExamTypeId": 3,
"ExamType": "sample string 4",
"SubjectId": 5,
"ExamNo": 6,
"SubjectName": "sample string 7",
"CoverImage": "sample string 8",
"Language": 1,
"CandidateExamMappingId": 9,
"CandidateId": 10,
"IsActive": true,
"Status": "sample string 12"
}
]
text/html
Sample:
[{"ExamId":1,"ExamTitle":"sample string 2","ExamTypeId":3,"ExamType":"sample string 4","SubjectId":5,"ExamNo":6,"SubjectName":"sample string 7","CoverImage":"sample string 8","Language":1,"CandidateExamMappingId":9,"CandidateId":10,"IsActive":true,"Status":"sample string 12"},{"ExamId":1,"ExamTitle":"sample string 2","ExamTypeId":3,"ExamType":"sample string 4","SubjectId":5,"ExamNo":6,"SubjectName":"sample string 7","CoverImage":"sample string 8","Language":1,"CandidateExamMappingId":9,"CandidateId":10,"IsActive":true,"Status":"sample string 12"}]
application/xml, text/xml
Sample:
<ArrayOfExam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dnyanved.Core.Model">
<Exam>
<CandidateExamMappingId>9</CandidateExamMappingId>
<CandidateId>10</CandidateId>
<CoverImage>sample string 8</CoverImage>
<ExamId>1</ExamId>
<ExamNo>6</ExamNo>
<ExamTitle>sample string 2</ExamTitle>
<ExamType>sample string 4</ExamType>
<ExamTypeId>3</ExamTypeId>
<IsActive>true</IsActive>
<Language>Marathi</Language>
<Status>sample string 12</Status>
<SubjectId>5</SubjectId>
<SubjectName>sample string 7</SubjectName>
</Exam>
<Exam>
<CandidateExamMappingId>9</CandidateExamMappingId>
<CandidateId>10</CandidateId>
<CoverImage>sample string 8</CoverImage>
<ExamId>1</ExamId>
<ExamNo>6</ExamNo>
<ExamTitle>sample string 2</ExamTitle>
<ExamType>sample string 4</ExamType>
<ExamTypeId>3</ExamTypeId>
<IsActive>true</IsActive>
<Language>Marathi</Language>
<Status>sample string 12</Status>
<SubjectId>5</SubjectId>
<SubjectName>sample string 7</SubjectName>
</Exam>
</ArrayOfExam>