GET api/SchoolBanners
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SchoolBanner| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolID | globally unique identifier |
None. |
|
| BannerID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SchoolID": "709a6046-a5ab-4782-ad3c-eedeac6bd84a",
"BannerID": "215ee227-4f93-45cd-875f-9fc591604970"
},
{
"SchoolID": "709a6046-a5ab-4782-ad3c-eedeac6bd84a",
"BannerID": "215ee227-4f93-45cd-875f-9fc591604970"
}
]
application/xml, text/xml
Sample:
<ArrayOfSchoolBanner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusAPI.Models">
<SchoolBanner>
<BannerID>215ee227-4f93-45cd-875f-9fc591604970</BannerID>
<SchoolID>709a6046-a5ab-4782-ad3c-eedeac6bd84a</SchoolID>
</SchoolBanner>
<SchoolBanner>
<BannerID>215ee227-4f93-45cd-875f-9fc591604970</BannerID>
<SchoolID>709a6046-a5ab-4782-ad3c-eedeac6bd84a</SchoolID>
</SchoolBanner>
</ArrayOfSchoolBanner>