GET api/AdmissionReport?InstId={InstId}&StaffCode={StaffCode}&Password={Password}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InstId | integer |
Required |
|
| StaffCode | string |
Required |
|
| Password | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AdmissionReport| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| course | string |
None. |
|
| totalseats | integer |
None. |
|
| additionalseats | integer |
None. |
|
| enquirymale | integer |
None. |
|
| enquiryfemale | integer |
None. |
|
| totalenquiry | integer |
None. |
|
| admissionmale | integer |
None. |
|
| admissionfemale | integer |
None. |
|
| totaladmission | integer |
None. |
|
| disconmale | integer |
None. |
|
| disconfemale | integer |
None. |
|
| totaldiscon | integer |
None. |
|
| grandmale | integer |
None. |
|
| grandfemale | integer |
None. |
|
| grandtotal | integer |
None. |
|
| vacancy | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"course": "sample string 2",
"totalseats": 3,
"additionalseats": 4,
"enquirymale": 5,
"enquiryfemale": 6,
"totalenquiry": 7,
"admissionmale": 8,
"admissionfemale": 9,
"totaladmission": 10,
"disconmale": 11,
"disconfemale": 12,
"totaldiscon": 13,
"grandmale": 14,
"grandfemale": 15,
"grandtotal": 16,
"vacancy": 17
},
{
"id": 1,
"course": "sample string 2",
"totalseats": 3,
"additionalseats": 4,
"enquirymale": 5,
"enquiryfemale": 6,
"totalenquiry": 7,
"admissionmale": 8,
"admissionfemale": 9,
"totaladmission": 10,
"disconmale": 11,
"disconfemale": 12,
"totaldiscon": 13,
"grandmale": 14,
"grandfemale": 15,
"grandtotal": 16,
"vacancy": 17
}
]
application/xml, text/xml
Sample:
<ArrayOfAdmissionReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ImpresAPI.Controllers">
<AdmissionReport>
<additionalseats>4</additionalseats>
<admissionfemale>9</admissionfemale>
<admissionmale>8</admissionmale>
<course>sample string 2</course>
<disconfemale>12</disconfemale>
<disconmale>11</disconmale>
<enquiryfemale>6</enquiryfemale>
<enquirymale>5</enquirymale>
<grandfemale>15</grandfemale>
<grandmale>14</grandmale>
<grandtotal>16</grandtotal>
<id>1</id>
<totaladmission>10</totaladmission>
<totaldiscon>13</totaldiscon>
<totalenquiry>7</totalenquiry>
<totalseats>3</totalseats>
<vacancy>17</vacancy>
</AdmissionReport>
<AdmissionReport>
<additionalseats>4</additionalseats>
<admissionfemale>9</admissionfemale>
<admissionmale>8</admissionmale>
<course>sample string 2</course>
<disconfemale>12</disconfemale>
<disconmale>11</disconmale>
<enquiryfemale>6</enquiryfemale>
<enquirymale>5</enquirymale>
<grandfemale>15</grandfemale>
<grandmale>14</grandmale>
<grandtotal>16</grandtotal>
<id>1</id>
<totaladmission>10</totaladmission>
<totaldiscon>13</totaldiscon>
<totalenquiry>7</totalenquiry>
<totalseats>3</totalseats>
<vacancy>17</vacancy>
</AdmissionReport>
</ArrayOfAdmissionReport>