Rank One Partner API Version 1.0
You are currently viewing 'Get Authorized Districts ' page
Usage
GET /District
Content-Type
application/json
Description
Return a list of districts partner has access to.
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": "abcdef123456789",
"Name": "Rank One ISD",
"AthleticDirector": "Test User",
"SchoolCount": 6
},
...
]