Rank One Partner API Version 1.0
You are currently viewing 'Get Schools By Partner ID ' page
Usage
GET /School/Partner
Content-Type
application/json
Description
Return a list of schools accessible by given partner.
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
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": ""
},
...
]