Rank One Partner API Version 1.0
You are currently viewing 'Get Sports By School ID ' page
Usage
GET /Sport/:SchoolGUID
Content-Type
application/json
Description
Return a list of sports using supplied School 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 | :SchoolID | YES | School ID partner has access to |
Sample response:
[
{
"ID": 200,
"Name": "Baseball",
"Gender": "M"
},
{
"ID": 201,
"Name": "Basketball",
"Gender": "F"
},
...
]