GET api/Partner/GetPartnerIDICenterwiseAttendanceGraph/{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 GetPartnerIDICenterwiseAttendanceGraph_ResultName | Description | Type | Additional information |
---|---|---|---|
centid | string |
None. |
|
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:
[ { "centid": "sample string 1", "month": "sample string 2", "year": "sample string 3", "partnerid": "sample string 4", "pgid": "sample string 5", "academicyear": "sample string 6", "totpresent": 7, "totabsent": 8, "agrade": 9, "bgrade": 10, "cgrade": 11, "dgrade": 12 }, { "centid": "sample string 1", "month": "sample string 2", "year": "sample string 3", "partnerid": "sample string 4", "pgid": "sample string 5", "academicyear": "sample string 6", "totpresent": 7, "totabsent": 8, "agrade": 9, "bgrade": 10, "cgrade": 11, "dgrade": 12 } ]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerIDICenterwiseAttendanceGraph_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetPartnerIDICenterwiseAttendanceGraph_Result> <academicyear>sample string 6</academicyear> <agrade>9</agrade> <bgrade>10</bgrade> <centid>sample string 1</centid> <cgrade>11</cgrade> <dgrade>12</dgrade> <month>sample string 2</month> <partnerid>sample string 4</partnerid> <pgid>sample string 5</pgid> <totabsent>8</totabsent> <totpresent>7</totpresent> <year>sample string 3</year> </GetPartnerIDICenterwiseAttendanceGraph_Result> <GetPartnerIDICenterwiseAttendanceGraph_Result> <academicyear>sample string 6</academicyear> <agrade>9</agrade> <bgrade>10</bgrade> <centid>sample string 1</centid> <cgrade>11</cgrade> <dgrade>12</dgrade> <month>sample string 2</month> <partnerid>sample string 4</partnerid> <pgid>sample string 5</pgid> <totabsent>8</totabsent> <totpresent>7</totpresent> <year>sample string 3</year> </GetPartnerIDICenterwiseAttendanceGraph_Result> </ArrayOfGetPartnerIDICenterwiseAttendanceGraph_Result>