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