Teams endpoint¶
Fetch all teams¶
- teams([params = None])¶
- Parameters:
params (dict) – (optional) pagination options
- Returns:
Collection of teams
Example:
teams = client.teams({"page": 2, "limit": 3})
teams.items[0].team_id # => 156123
params (dict) – (optional) pagination options
Collection of teams
Example:
teams = client.teams({"page": 2, "limit": 3})
teams.items[0].team_id # => 156123