GET api/EnGetStandards?schoolId={schoolId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
schoolId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StandardMasterName | Description | Type | Additional information |
---|---|---|---|
StandardId | integer |
None. |
|
StandardName | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[ { "standardId": 1, "standardName": "sample string 2" }, { "standardId": 1, "standardName": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfStandardMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web_Api.App_Start.Entity"> <StandardMaster> <StandardId>1</StandardId> <StandardName>sample string 2</StandardName> </StandardMaster> <StandardMaster> <StandardId>1</StandardId> <StandardName>sample string 2</StandardName> </StandardMaster> </ArrayOfStandardMaster>