You are currently viewing ' Get Team By Id ' page



Usage

GET /Team

Content-Type

application/json

Description

Return team by ID

Note

Sample request:
/Team?TeamID=123457-45sc25z-s2c36i5

Example

Type Name Required Note
Query String TeamID YES Team ID partner has access to

Sample response:

{

"ID": "123457-45sc25z-s2c365",
"Name": "Varsity FB",
"Level": "Varsity",
"SportName": "Football",
"Gender": "M"
}