GET api/SchoolGalleries
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SchoolGallery| Name | Description | Type | Additional information |
|---|---|---|---|
| GalleryID | globally unique identifier |
None. |
|
| SchoolID | globally unique identifier |
None. |
|
| PictureUrl | string |
None. |
|
| PictureDate | string |
None. |
|
| PictureTime | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GalleryID": "64c77a48-fb8c-4fce-acc2-cac5905fc12f",
"SchoolID": "d12f76c6-9661-453e-9cfb-f1fa648138ff",
"PictureUrl": "sample string 3",
"PictureDate": "sample string 4",
"PictureTime": "sample string 5"
},
{
"GalleryID": "64c77a48-fb8c-4fce-acc2-cac5905fc12f",
"SchoolID": "d12f76c6-9661-453e-9cfb-f1fa648138ff",
"PictureUrl": "sample string 3",
"PictureDate": "sample string 4",
"PictureTime": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfSchoolGallery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusAPI.Models">
<SchoolGallery>
<GalleryID>64c77a48-fb8c-4fce-acc2-cac5905fc12f</GalleryID>
<PictureDate>sample string 4</PictureDate>
<PictureTime>sample string 5</PictureTime>
<PictureUrl>sample string 3</PictureUrl>
<SchoolID>d12f76c6-9661-453e-9cfb-f1fa648138ff</SchoolID>
</SchoolGallery>
<SchoolGallery>
<GalleryID>64c77a48-fb8c-4fce-acc2-cac5905fc12f</GalleryID>
<PictureDate>sample string 4</PictureDate>
<PictureTime>sample string 5</PictureTime>
<PictureUrl>sample string 3</PictureUrl>
<SchoolID>d12f76c6-9661-453e-9cfb-f1fa648138ff</SchoolID>
</SchoolGallery>
</ArrayOfSchoolGallery>