Rank One District API Version 1.0
You are currently viewing 'Get Teams By School ID ' page
Usage
GET /Team/:SchoolID
Content-Type
application/json
Description
Return a list of teams using supplied School ID. Filter result by providing Sport ID.
Note
Sample request URL with sportID:/Team/12345-ascfbfb-7dcd2ca-a8sc6sac3?SportID=201
Example
Type | Name | Required | Note |
URL | :SchoolID | YES | School ID that you have access to |
Query String | SportID | No |
Sample response:
[
{
"ID": "123457-45sc25z-s2c365",
"Name": "Varsity FB",
"Level": "Varsity",
"SportName": "Football",
"Gender": "M"
},
...
]