Get Teacher List
This method returns a listing of teachers for a given school from SuccessMaker. If successful, this method will return the teacher list as XML in the response body.
URI
https://[serverurl]/lms/api/schools/{school-id}/teachers
URI Parameters
{school-id} The organization district number
HTTP Method
GET
Resource Formats
text/xml
Authentication
required
Request Entities
n/a
Responses
200 OK The teacher list is returned as the response entity.
Response Entities
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<teachers self="/schools/{school-id}/teachers/">
<teacher ref="/schools/{school-id}/teachers/xxxxxxxx-xxxx-xxxx- xxxx-xxxxxxxxxxx1">xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx1</teacher>
<teacher ref="/schools/{school-id}/teachers/xxxxxxxx-xxxx-xxxx- xxxx-xxxxxxxxxxx2">xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx2</teacher>
<teacher ref="/schools/{school-id}/teachers/xxxxxxxx-xxxx-xxxx- xxxx-xxxxxxxxxxx3">xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx3</teacher>
</teachers>