Rank One District API Version 1.0
You are currently viewing ' Get School By Id ' page
Usage
GET /School/:SchoolID
Content-Type
application/json
Description
Return the school by supplied ID that District has access to
Note
Example
Type | Name | Required | Note |
---|---|---|---|
URL | :SchoolId | YES | School ID District 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": "",
"Website": ""
"Position": ",
}