bd5a5f406bca
List teams with pagination
Query parameters
Array of IDs to filter results. To skip this filter, omit the key entirely from your JSON. Never write the bare word undefined (that is invalid JSON). Empty arrays and null are also treated as omission.
Page number starting from 1.
Limit for the number of results per page.
Optional. Restrict teams to those a specific user is a member of. Omit to include all teams.
Optional. Filter teams by name (substring match). Omit to return teams regardless of name.
Optional. Fuzzy search across team name — tolerates typos and partial input (e.g. "enginering" finds "Engineering", "eng" finds "Engineering"), ranked by similarity. Composable with searchString.
Optional. Inclusive lower bound (>=) on team creation date, as an ISO 8601 date-time string. Teams created on/after this instant are included. Omit for no lower bound.
Optional. Exclusive upper bound (<) on team creation date, as an ISO 8601 date-time string. Teams created strictly before this instant are included. Omit for no upper bound.