GET api/Student/GetMyESchoolInfraDetailCount/{schoolid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
schoolid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetMyESchoolInfraDetailCount_Result
NameDescriptionTypeAdditional information
centid

string

None.

schoolid

string

None.

projectorcount

integer

None.

tvcount

integer

None.

tabcount

integer

None.

pendrivecount

integer

None.

totunit

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "centid": "sample string 1",
    "schoolid": "sample string 2",
    "projectorcount": 1,
    "tvcount": 1,
    "tabcount": 1,
    "pendrivecount": 1,
    "totunit": 1
  },
  {
    "centid": "sample string 1",
    "schoolid": "sample string 2",
    "projectorcount": 1,
    "tvcount": 1,
    "tabcount": 1,
    "pendrivecount": 1,
    "totunit": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetMyESchoolInfraDetailCount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetMyESchoolInfraDetailCount_Result>
    <centid>sample string 1</centid>
    <pendrivecount>1</pendrivecount>
    <projectorcount>1</projectorcount>
    <schoolid>sample string 2</schoolid>
    <tabcount>1</tabcount>
    <totunit>1</totunit>
    <tvcount>1</tvcount>
  </GetMyESchoolInfraDetailCount_Result>
  <GetMyESchoolInfraDetailCount_Result>
    <centid>sample string 1</centid>
    <pendrivecount>1</pendrivecount>
    <projectorcount>1</projectorcount>
    <schoolid>sample string 2</schoolid>
    <tabcount>1</tabcount>
    <totunit>1</totunit>
    <tvcount>1</tvcount>
  </GetMyESchoolInfraDetailCount_Result>
</ArrayOfGetMyESchoolInfraDetailCount_Result>