GET api/Student/CenterInfraReport/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | string |
Required |
|
role | string |
Required |
|
pgid | string |
Required |
|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CenterInfraReport_ResultName | Description | Type | Additional information |
---|---|---|---|
state | string |
None. |
|
city | string |
None. |
|
centid | string |
None. |
|
centname | string |
None. |
|
pcid | string |
None. |
|
pcname | string |
None. |
|
teamleaderid | string |
None. |
|
tlname | string |
None. |
|
partnerid | string |
None. |
|
partnername | string |
None. |
|
pgid | string |
None. |
|
infra | string |
None. |
|
working | integer |
None. |
|
notworking | integer |
None. |
|
total | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "state": "sample string 1", "city": "sample string 2", "centid": "sample string 3", "centname": "sample string 4", "pcid": "sample string 5", "pcname": "sample string 6", "teamleaderid": "sample string 7", "tlname": "sample string 8", "partnerid": "sample string 9", "partnername": "sample string 10", "pgid": "sample string 11", "infra": "sample string 12", "working": 1, "notworking": 1, "total": 1 }, { "state": "sample string 1", "city": "sample string 2", "centid": "sample string 3", "centname": "sample string 4", "pcid": "sample string 5", "pcname": "sample string 6", "teamleaderid": "sample string 7", "tlname": "sample string 8", "partnerid": "sample string 9", "partnername": "sample string 10", "pgid": "sample string 11", "infra": "sample string 12", "working": 1, "notworking": 1, "total": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfCenterInfraReport_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <CenterInfraReport_Result> <centid>sample string 3</centid> <centname>sample string 4</centname> <city>sample string 2</city> <infra>sample string 12</infra> <notworking>1</notworking> <partnerid>sample string 9</partnerid> <partnername>sample string 10</partnername> <pcid>sample string 5</pcid> <pcname>sample string 6</pcname> <pgid>sample string 11</pgid> <state>sample string 1</state> <teamleaderid>sample string 7</teamleaderid> <tlname>sample string 8</tlname> <total>1</total> <working>1</working> </CenterInfraReport_Result> <CenterInfraReport_Result> <centid>sample string 3</centid> <centname>sample string 4</centname> <city>sample string 2</city> <infra>sample string 12</infra> <notworking>1</notworking> <partnerid>sample string 9</partnerid> <partnername>sample string 10</partnername> <pcid>sample string 5</pcid> <pcname>sample string 6</pcname> <pgid>sample string 11</pgid> <state>sample string 1</state> <teamleaderid>sample string 7</teamleaderid> <tlname>sample string 8</tlname> <total>1</total> <working>1</working> </CenterInfraReport_Result> </ArrayOfCenterInfraReport_Result>