Retrieves all teams via REST API
This endpoint supports filtering and pagination through query parameters. Available ransackable attributes: uuid, display_name, parent_uuid, status, display_name, is_org, parent_uuid, depth.
Available ransackable associations and their attributes:
- team_memberships: team_memberships_uuid, team_memberships_user_uuid
Number of records to skip, for offset/limit clients such as BI connectors. An offset past the end of the collection returns an empty records array, which is the end-of-data signal. To follow data.pagy.next instead of stepping the offset yourself, send it as page while keeping the same offset.
GET
curl -i -X GET \
'https://api.rhythms.ai/rest/v2/teams?page=1&per_page=20&limit=20&limit_max=%7Blimit_max%7D&offset=0&count=string'