GET api/v1/organisations/{organisationKey}/substituteTeachers

Returns all substitute teachers for a given organisation and their active groups

Request Information

URI Parameters

NameDescriptionTypeAdditional information
organisationKey

Organisation to retrieve the substitute teachers from

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SubstituteTeacherReadDto
NameDescriptionTypeAdditional information
Key

globally unique identifier

None.

ExpiryDate

date

None.

FirstName

string

None.

MiddleName

string

None.

LastName

string

None.

LoginName

string

None.

Email

string

None.

Groups

Collection of Group

None.