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": "384fcba2-d8b0-447b-a7f2-91ee704700d6",
"SchoolID": "6ae3103d-b9b5-4cc8-90b5-ed4371e9f44f",
"PictureUrl": "sample string 3",
"PictureDate": "sample string 4",
"PictureTime": "sample string 5"
},
{
"GalleryID": "384fcba2-d8b0-447b-a7f2-91ee704700d6",
"SchoolID": "6ae3103d-b9b5-4cc8-90b5-ed4371e9f44f",
"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>384fcba2-d8b0-447b-a7f2-91ee704700d6</GalleryID>
<PictureDate>sample string 4</PictureDate>
<PictureTime>sample string 5</PictureTime>
<PictureUrl>sample string 3</PictureUrl>
<SchoolID>6ae3103d-b9b5-4cc8-90b5-ed4371e9f44f</SchoolID>
</SchoolGallery>
<SchoolGallery>
<GalleryID>384fcba2-d8b0-447b-a7f2-91ee704700d6</GalleryID>
<PictureDate>sample string 4</PictureDate>
<PictureTime>sample string 5</PictureTime>
<PictureUrl>sample string 3</PictureUrl>
<SchoolID>6ae3103d-b9b5-4cc8-90b5-ed4371e9f44f</SchoolID>
</SchoolGallery>
</ArrayOfSchoolGallery>