You are currently viewing 'Get District Requirements ' page



Usage

GET /Auth/GetDistrictRequirements/:SchoolID

Content-Type

Application/json

Description

Returns the fields required to validate a student for a District based on the school ID supplied. If the value is True you must supply that field when claiming a student for a parent account.

Note

Example

Sample Response:

{

"SID": true,
"LastName": false,
"DOB": true
}