GET api/staff/AssignedSchools?staffId={staffId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
staffId

integer

Required

Body Parameters

None.

Response Information

Resource Description

StaffModel
NameDescriptionTypeAdditional information
FirstName

string

None.

LastName

string

None.

Active

boolean

None.

Role

Role

None.

Id

integer

None.

Schools

Dictionary of integer [key] and string [value]

None.

AssignedSchools

Dictionary of integer [key] and string [value]

None.

Tutors

Dictionary of integer [key] and string [value]

None.

DistrictName

string

None.

SchoolName

string

None.

Perpetual

boolean

None.

ActivateOneToOne

boolean

None.

Response Formats

application/json, text/json

Sample:

Sample not available.