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": "9bb67e75-9c9b-4434-93d7-9cc939141bbd",
"SchoolID": "f42b040a-ef62-49aa-ac32-8afda72dd3ea",
"PictureUrl": "sample string 3",
"PictureDate": "sample string 4",
"PictureTime": "sample string 5"
},
{
"GalleryID": "9bb67e75-9c9b-4434-93d7-9cc939141bbd",
"SchoolID": "f42b040a-ef62-49aa-ac32-8afda72dd3ea",
"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>9bb67e75-9c9b-4434-93d7-9cc939141bbd</GalleryID>
<PictureDate>sample string 4</PictureDate>
<PictureTime>sample string 5</PictureTime>
<PictureUrl>sample string 3</PictureUrl>
<SchoolID>f42b040a-ef62-49aa-ac32-8afda72dd3ea</SchoolID>
</SchoolGallery>
<SchoolGallery>
<GalleryID>9bb67e75-9c9b-4434-93d7-9cc939141bbd</GalleryID>
<PictureDate>sample string 4</PictureDate>
<PictureTime>sample string 5</PictureTime>
<PictureUrl>sample string 3</PictureUrl>
<SchoolID>f42b040a-ef62-49aa-ac32-8afda72dd3ea</SchoolID>
</SchoolGallery>
</ArrayOfSchoolGallery>