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": "73b0f40c-5780-46ef-9ed6-b9d2a406b2fe",
"SchoolID": "b2b3225a-c987-4685-9eec-108b6b8ea766",
"PictureUrl": "sample string 3",
"PictureDate": "sample string 4",
"PictureTime": "sample string 5"
},
{
"GalleryID": "73b0f40c-5780-46ef-9ed6-b9d2a406b2fe",
"SchoolID": "b2b3225a-c987-4685-9eec-108b6b8ea766",
"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>73b0f40c-5780-46ef-9ed6-b9d2a406b2fe</GalleryID>
<PictureDate>sample string 4</PictureDate>
<PictureTime>sample string 5</PictureTime>
<PictureUrl>sample string 3</PictureUrl>
<SchoolID>b2b3225a-c987-4685-9eec-108b6b8ea766</SchoolID>
</SchoolGallery>
<SchoolGallery>
<GalleryID>73b0f40c-5780-46ef-9ed6-b9d2a406b2fe</GalleryID>
<PictureDate>sample string 4</PictureDate>
<PictureTime>sample string 5</PictureTime>
<PictureUrl>sample string 3</PictureUrl>
<SchoolID>b2b3225a-c987-4685-9eec-108b6b8ea766</SchoolID>
</SchoolGallery>
</ArrayOfSchoolGallery>