GET api/StaffList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SchoolStaffListViewModelName | Description | Type | Additional information |
---|---|---|---|
Staff | Collection of StaffModel |
None. |
|
SchoolName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Staff": null, "SchoolName": "sample string 1" }
application/xml, text/xml
Sample:
<SchoolStaffListViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LS_API.Models.OrganizationModels"> <SchoolName>sample string 1</SchoolName> <Staff xmlns:d2p1="http://schemas.datacontract.org/2004/07/LS_API.Models.ViewModel" i:nil="true" /> </SchoolStaffListViewModel>