You are currently viewing 'Get Schools By District ID ' page



Usage

GET /School/District/:DistrictID

Content-Type

application/json

Description

Return a list of schools using supplied District ID.

Note

Put the access token generated from the Get Access Token endpoint (Auth/ValidateUser) in the request header field "Authorization" as "bearer ACCESS_TOKEN_HERE".

Example

Type Name Required Note
URL :DistrictID YES District ID partner has access to

Sample response:

[

{
"ID": "1425142mjnbhgvfc",
"Name": "Test 1 High School",
"Type": "High School",
"Address": 123 ABC Rd",
"City": "Dallas",
"State": "TX",
"Zip": "75241",
"Phone": "",
"Fax": "",
"Website": ""
},
...
]