GET api/Partner/GetPartnerIDIAttendanceGraph/{pgid}/{partnerid}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pgid | string |
Required |
|
| partnerid | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPartnerIDIAttendanceGraph_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| month | string |
None. |
|
| year | string |
None. |
|
| partnerid | string |
None. |
|
| pgid | string |
None. |
|
| academicyear | string |
None. |
|
| totpresent | integer |
None. |
|
| totabsent | integer |
None. |
|
| agrade | integer |
None. |
|
| bgrade | integer |
None. |
|
| cgrade | integer |
None. |
|
| dgrade | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"month": "sample string 1",
"year": "sample string 2",
"partnerid": "sample string 3",
"pgid": "sample string 4",
"academicyear": "sample string 5",
"totpresent": 6,
"totabsent": 7,
"agrade": 8,
"bgrade": 9,
"cgrade": 10,
"dgrade": 11
},
{
"month": "sample string 1",
"year": "sample string 2",
"partnerid": "sample string 3",
"pgid": "sample string 4",
"academicyear": "sample string 5",
"totpresent": 6,
"totabsent": 7,
"agrade": 8,
"bgrade": 9,
"cgrade": 10,
"dgrade": 11
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerIDIAttendanceGraph_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPartnerIDIAttendanceGraph_Result>
<academicyear>sample string 5</academicyear>
<agrade>8</agrade>
<bgrade>9</bgrade>
<cgrade>10</cgrade>
<dgrade>11</dgrade>
<month>sample string 1</month>
<partnerid>sample string 3</partnerid>
<pgid>sample string 4</pgid>
<totabsent>7</totabsent>
<totpresent>6</totpresent>
<year>sample string 2</year>
</GetPartnerIDIAttendanceGraph_Result>
<GetPartnerIDIAttendanceGraph_Result>
<academicyear>sample string 5</academicyear>
<agrade>8</agrade>
<bgrade>9</bgrade>
<cgrade>10</cgrade>
<dgrade>11</dgrade>
<month>sample string 1</month>
<partnerid>sample string 3</partnerid>
<pgid>sample string 4</pgid>
<totabsent>7</totabsent>
<totpresent>6</totpresent>
<year>sample string 2</year>
</GetPartnerIDIAttendanceGraph_Result>
</ArrayOfGetPartnerIDIAttendanceGraph_Result>