GET api/v1/organisations/{organisationKey}/substituteTeachers
Returns all substitute teachers for a given organisation and their active groups
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| organisationKey |
Organisation to retrieve the substitute teachers from |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SubstituteTeacherReadDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | globally unique identifier |
None. |
|
| ExpiryDate | date |
None. |
|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| LoginName | string |
None. |
|
| string |
None. |
||
| Groups | Collection of Group |
None. |