Rank One District API Version 1.0
You are currently viewing 'Get Sports By School ID ' page
Usage
GET /Sport/:SchoolID
Content-Type
application/json
Description
Return a list of sports using supplied School ID.
Note
Example
Type | Name | Required | Note |
URL | :SchoolID | YES | School ID that you have access to |
Sample response:
[
{
"ID": 200,
"Name": "Baseball",
"Gender": "M"
},
{
"ID": 201,
"Name": "Basketball",
"Gender": "F"
},
...
]