POST Api/Dashboard/GetExamPerformance
Request Information
URI Parameters
None.
Body Parameters
ExamPerformance| Name | Description | Type | Additional information |
|---|---|---|---|
| ExamId | integer |
None. |
|
| PerformanceList | Collection of ExamPerformanceItem |
None. |
|
| opCode | integer |
None. |
|
| isException | boolean |
None. |
|
| exceptionMessage | string |
None. |
|
| DS | DataSet |
None. |
|
| id | string |
None. |
|
| strId | string |
None. |
|
| userId | integer |
None. |
|
| status | integer |
None. |
|
| message | string |
None. |
|
| PageSize | string |
None. |
|
| PageIndex | string |
None. |
|
| responseValue | DataSet |
None. |
Request Formats
application/json, text/json
Sample:
{
"examId": 1,
"performanceList": [
{
"examId": 1,
"examName": "sample string 2",
"totalQuestions": 3,
"totalMarks": 4.0,
"durationMinutes": 5,
"totalCandidates": 6,
"totalAttempts": 7,
"notStarted": 8,
"inProgress": 9,
"completed": 10,
"expired": 11,
"averageScore": 1.0,
"highestScore": 1.0,
"lowestScore": 1.0,
"passedCount": 12,
"failedCount": 13,
"passPercentage": 14.0
},
{
"examId": 1,
"examName": "sample string 2",
"totalQuestions": 3,
"totalMarks": 4.0,
"durationMinutes": 5,
"totalCandidates": 6,
"totalAttempts": 7,
"notStarted": 8,
"inProgress": 9,
"completed": 10,
"expired": 11,
"averageScore": 1.0,
"highestScore": 1.0,
"lowestScore": 1.0,
"passedCount": 12,
"failedCount": 13,
"passPercentage": 14.0
}
],
"opCode": 1,
"isException": true,
"exceptionMessage": "sample string 3",
"ds": null,
"id": "sample string 4",
"strId": "sample string 5",
"userId": 6,
"status": 7,
"message": "sample string 8",
"pageSize": "sample string 9",
"pageIndex": "sample string 10",
"responseValue": {}
}
application/xml, text/xml
Sample:
<ExamPerformance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMSWebAPI.Models">
<DS i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/DLLUtility" />
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 10</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 9</PageSize>
<exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 3</exceptionMessage>
<id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 4</id>
<isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
<message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 8</message>
<opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">1</opCode>
<responseValue xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">
<xs:schema id="sample_x0020_string_x0020_3" targetNamespace="sample string 4" xmlns:mstns="sample string 4" xmlns="sample string 4" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:element name="sample_x0020_string_x0020_3" msdata:IsDataSet="true" msdata:CaseSensitive="true" msdata:UseCurrentLocale="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded" />
</xs:complexType>
</xs:element>
</xs:schema>
<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1" />
</responseValue>
<status xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">7</status>
<strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 5</strId>
<userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">6</userId>
<ExamId>1</ExamId>
<PerformanceList>
<ExamPerformanceItem>
<AverageScore>1</AverageScore>
<Completed>10</Completed>
<DurationMinutes>5</DurationMinutes>
<ExamId>1</ExamId>
<ExamName>sample string 2</ExamName>
<Expired>11</Expired>
<FailedCount>13</FailedCount>
<HighestScore>1</HighestScore>
<InProgress>9</InProgress>
<LowestScore>1</LowestScore>
<NotStarted>8</NotStarted>
<PassPercentage>14</PassPercentage>
<PassedCount>12</PassedCount>
<TotalAttempts>7</TotalAttempts>
<TotalCandidates>6</TotalCandidates>
<TotalMarks>4</TotalMarks>
<TotalQuestions>3</TotalQuestions>
</ExamPerformanceItem>
<ExamPerformanceItem>
<AverageScore>1</AverageScore>
<Completed>10</Completed>
<DurationMinutes>5</DurationMinutes>
<ExamId>1</ExamId>
<ExamName>sample string 2</ExamName>
<Expired>11</Expired>
<FailedCount>13</FailedCount>
<HighestScore>1</HighestScore>
<InProgress>9</InProgress>
<LowestScore>1</LowestScore>
<NotStarted>8</NotStarted>
<PassPercentage>14</PassPercentage>
<PassedCount>12</PassedCount>
<TotalAttempts>7</TotalAttempts>
<TotalCandidates>6</TotalCandidates>
<TotalMarks>4</TotalMarks>
<TotalQuestions>3</TotalQuestions>
</ExamPerformanceItem>
</PerformanceList>
</ExamPerformance>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |