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": "90ec940c-ca17-45a4-854b-d3e5345f3cd5",
"SchoolID": "bde30f9d-17cd-42bc-8b84-9509fce59ede",
"PictureUrl": "sample string 3",
"PictureDate": "sample string 4",
"PictureTime": "sample string 5"
},
{
"GalleryID": "90ec940c-ca17-45a4-854b-d3e5345f3cd5",
"SchoolID": "bde30f9d-17cd-42bc-8b84-9509fce59ede",
"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/ParentAPI.Models">
<SchoolGallery>
<GalleryID>90ec940c-ca17-45a4-854b-d3e5345f3cd5</GalleryID>
<PictureDate>sample string 4</PictureDate>
<PictureTime>sample string 5</PictureTime>
<PictureUrl>sample string 3</PictureUrl>
<SchoolID>bde30f9d-17cd-42bc-8b84-9509fce59ede</SchoolID>
</SchoolGallery>
<SchoolGallery>
<GalleryID>90ec940c-ca17-45a4-854b-d3e5345f3cd5</GalleryID>
<PictureDate>sample string 4</PictureDate>
<PictureTime>sample string 5</PictureTime>
<PictureUrl>sample string 3</PictureUrl>
<SchoolID>bde30f9d-17cd-42bc-8b84-9509fce59ede</SchoolID>
</SchoolGallery>
</ArrayOfSchoolGallery>