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": "ebc315eb-5509-49dc-b962-dfc3d145c4dd",
"BannerID": "66284b4d-7e9c-482e-b0e3-2caca8ba01ed"
},
{
"SchoolID": "ebc315eb-5509-49dc-b962-dfc3d145c4dd",
"BannerID": "66284b4d-7e9c-482e-b0e3-2caca8ba01ed"
}
]
application/xml, text/xml
Sample:
<ArrayOfSchoolBanner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParentAPI.Models">
<SchoolBanner>
<BannerID>66284b4d-7e9c-482e-b0e3-2caca8ba01ed</BannerID>
<SchoolID>ebc315eb-5509-49dc-b962-dfc3d145c4dd</SchoolID>
</SchoolBanner>
<SchoolBanner>
<BannerID>66284b4d-7e9c-482e-b0e3-2caca8ba01ed</BannerID>
<SchoolID>ebc315eb-5509-49dc-b962-dfc3d145c4dd</SchoolID>
</SchoolBanner>
</ArrayOfSchoolBanner>