Skip to main content
GET
Search Teams
A Team groups customers (coworkers) together for billing, access control, and administrative purposes. Teams can share invoicing, have a designated team leader, and be assigned dedicated resources such as desks or offices.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the Team-List role.

Query Parameters

Pagination & Sorting

integer
default:"1"
The page number to retrieve.
integer
default:"25"
The number of records per page.
string
The property name to sort results by (e.g. Name, CreatedOn).
integer
Sort direction. 0 for ascending, 1 for descending.

Filters

integer
Filter by iD of the business linked to this record.
string
Filter by business name.
string
Filter by team name.
string
Filter by team description.
string
Filter by tunnel private group ID.
boolean
Filter by create a single invoice for the team.
boolean
Filter by use special prices.
integer
Filter by iD of the paying member linked to this record.
string
Filter by paying member full name.
string
Filter by paying member coworker type.
string
Filter by paying member billing name.
string
Filter by paying member company name.
integer
Filter by iD of the default member tariff linked to this record.
string
Filter by default member tariff name.
number
Filter by maximum team member count.
boolean
Filter by transfer credits to paying member.
boolean
Filter by share time passes.
boolean
Filter by share extra services.
boolean
Filter by share booking credit.
number
Filter by discount for extra services.
number
Filter by discount for time passes.
number
Filter by discount for charges.
number
Filter by discount for tariffs.
string
Filter by profile summary.
string
Filter by profile tags.
string
Filter by profile website.
Filter by google Maps link.
boolean
Filter by whether the profile is public.
boolean
Filter by whether the team has a community group.
string
Filter by current file name of the team logo (read-only; upload via the corresponding URL field).
string
Filter by uRL of a new file to upload as the team logo.
Filter by set to true to remove the current team logo file.
string
Filter by current file name of the team image1 (read-only; upload via the corresponding URL field).
string
Filter by uRL of a new file to upload as the team image1.
boolean
Filter by set to true to remove the current team image1 file.
string
Filter by current file name of the team image2 (read-only; upload via the corresponding URL field).
string
Filter by uRL of a new file to upload as the team image2.
boolean
Filter by set to true to remove the current team image2 file.
string
Filter by current file name of the team image3 (read-only; upload via the corresponding URL field).
string
Filter by uRL of a new file to upload as the team image3.
boolean
Filter by set to true to remove the current team image3 file.
string
Filter by twitter handle.
string
Filter by facebook URL.
string
Filter by linkedIn URL.
string
Filter by skype handle.
string
Filter by telegram handle.
string
Filter by gitHub URL.
string
Filter by pinterest URL.
string
Filter by flickr URL.
string
Filter by instagram URL.
string
Filter by vimeo URL.
string
Filter by tumblr URL.
string
Filter by blogger URL.
string
Filter by coworker IDs.
string
Filter by coworker full names.
string
Filter by coworker billing names.
integer
Filter by number of active contracts.
number
Filter by average churn probability.
string
Filter by engagement level.
boolean
Filter by disable attendance dashboard.

Range Filters

number
Filter by maximum team member count greater than or equal to this value.
number
Filter by maximum team member count less than or equal to this value.
number
Filter by discount for extra services greater than or equal to this value.
number
Filter by discount for extra services less than or equal to this value.
number
Filter by discount for time passes greater than or equal to this value.
number
Filter by discount for time passes less than or equal to this value.
number
Filter by discount for charges greater than or equal to this value.
number
Filter by discount for charges less than or equal to this value.
number
Filter by discount for tariffs greater than or equal to this value.
number
Filter by discount for tariffs less than or equal to this value.
integer
Filter by number of active contracts greater than or equal to this value.
integer
Filter by number of active contracts less than or equal to this value.
number
Filter by average churn probability greater than or equal to this value.
number
Filter by average churn probability less than or equal to this value.
string
Filter records created on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records created on or before this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or before this date. Format: YYYY-MM-DDTHH:mm.

Code Examples

Simple listing

Filtering by Name

Range filters

Response

200

Team[]
The list of Team records matching the query. See the Get one Team endpoint for the full list of properties returned for each record.
Partial records — The listing endpoint returns a summary representation of each Team. The following fields are not populated in the Records[] response: Description, UseSpecialPrices, MaxTeamMemberCount, TransferCreditsToPayingMember, ShareTimePasses, ShareExtraServices, ShareBookingCredit, DiscountExtraServices, DiscountTimePasses, DiscountCharges, DiscountTariffs, ProfileSummary, ProfileTags, ProfileWebsite, GoogleMapsLink, Twitter, Facebook, Linkedin, Skype, Telegram, Github, Pinterest, Flickr, Instagram, Vimeo, Tumblr, Blogger, DisableAttendanceDashboard.To get all fields, fetch the full record using the Get one Team endpoint.Important for updates: When updating a record via PUT, always retrieve the full record with a GET request first, apply your changes to that complete data, and then send the updated record. Do not use data from a listing response as the base for a PUT request, as missing fields may be unintentionally cleared.
integer
Current page number.
integer
Number of records per page.
string
The field used for sorting.
integer
The sort direction (0 = ascending, 1 = descending).
integer
Index of the first item on the current page.
integer
Index of the last item on the current page.
integer
Total number of matching records across all pages.
integer
Total number of pages.
boolean
Whether there is a next page of results.
boolean
Whether there is a previous page of results.
Example Response