Teams API
Last updated
Was this helpful?
Last updated
Was this helpful?
The Team API is focused on managing teams within a division. It offers endpoints to handle the creation, retrieval, updating, and deletion of team records.
Retrieve a list of teams or a specific team by ID.
/teams
Optional ID of the team to retrieve.
Optional boolean to populate the people in the team.
true
, false
Number of items to skip.
Maximum number of items to return.
Field by which to sort.
Sort order, 'asc' or 'desc'.
asc
, desc