GET api/Center/GetSchoolStandard/{schoolid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
schoolid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CALSTDName | Description | Type | Additional information |
---|---|---|---|
std | string |
None. |
|
chk | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "std": "sample string 1", "chk": true }, { "std": "sample string 1", "chk": true } ]
application/xml, text/xml
Sample:
<ArrayOfCALSTD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <CALSTD> <chk>true</chk> <std>sample string 1</std> </CALSTD> <CALSTD> <chk>true</chk> <std>sample string 1</std> </CALSTD> </ArrayOfCALSTD>