GET api/SchoolBanners

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SchoolBanner
NameDescriptionTypeAdditional information
SchoolID

globally unique identifier

None.

BannerID

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SchoolID": "613ca754-305c-4ff8-8a8b-67aaaa5fe3c7",
    "BannerID": "f4b80d54-8958-4f5d-a727-874147a007f2"
  },
  {
    "SchoolID": "613ca754-305c-4ff8-8a8b-67aaaa5fe3c7",
    "BannerID": "f4b80d54-8958-4f5d-a727-874147a007f2"
  }
]

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>f4b80d54-8958-4f5d-a727-874147a007f2</BannerID>
    <SchoolID>613ca754-305c-4ff8-8a8b-67aaaa5fe3c7</SchoolID>
  </SchoolBanner>
  <SchoolBanner>
    <BannerID>f4b80d54-8958-4f5d-a727-874147a007f2</BannerID>
    <SchoolID>613ca754-305c-4ff8-8a8b-67aaaa5fe3c7</SchoolID>
  </SchoolBanner>
</ArrayOfSchoolBanner>