latestOpenAPI 3.0.02026-08-19219210532.7 KB

bd5a5f406bca

crm

List teams with pagination

get/api/v1/teams

Query parameters

idsstring[] nullable

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.

pagenumber

Page number starting from 1.

limitnumber

Limit for the number of results per page.

userIdstring

Optional. Restrict teams to those a specific user is a member of. Omit to include all teams.

searchStringstring

Optional. Filter teams by name (substring match). Omit to return teams regardless of name.

searchstring

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.

createdAfterstring date-time

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.

createdBeforestring date-time

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.

createdAt'ASC' | 'DESC'
name'ASC' | 'DESC'

Response