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"
},
...
]