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 your supplied District ID.

Note

Example

Type Name Required Note
URL :DistrictID YES Supplied District ID that you have 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": ""
},
...
]