Teams
List teams
GET
List teams
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of results to return per page.
Required range:
x <= 100The initial index from which to return the results.
Filter results by a search term.
Response
200 - application/json
Whether this is a live team, rather than an edit session's draft copy.
Ordered from the top of the hierarchy down.
The ID of the team's open edit session, or null when the team has no unpublished changes.
An open editing session for a team. Edits are staged on a draft copy of the team and do not affect commission until the session is published.

