Teams
Search Teams
Search and list Team records with filtering, sorting, and pagination.
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
The page number to retrieve.
The number of records per page.
The property name to sort results by (e.g.
Name, CreatedOn).Sort direction.
0 for ascending, 1 for descending.Filters
Filter by iD of the business linked to this record.
Filter by business name.
Filter by team name.
Filter by team description.
Filter by tunnel private group ID.
Filter by create a single invoice for the team.
Filter by use special prices.
Filter by iD of the paying member linked to this record.
Filter by paying member full name.
Filter by paying member coworker type.
Filter by paying member billing name.
Filter by paying member company name.
Filter by iD of the default member tariff linked to this record.
Filter by default member tariff name.
Filter by maximum team member count.
Filter by transfer credits to paying member.
Filter by share time passes.
Filter by share extra services.
Filter by share booking credit.
Filter by discount for extra services.
Filter by discount for time passes.
Filter by discount for charges.
Filter by discount for tariffs.
Filter by profile summary.
Filter by profile tags.
Filter by profile website.
Filter by google Maps link.
Filter by whether the profile is public.
Filter by whether the team has a community group.
Filter by current file name of the team logo (read-only; upload via the corresponding URL field).
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.
Filter by current file name of the team image1 (read-only; upload via the corresponding URL field).
Filter by uRL of a new file to upload as the team image1.
Filter by set to true to remove the current team image1 file.
Filter by current file name of the team image2 (read-only; upload via the corresponding URL field).
Filter by uRL of a new file to upload as the team image2.
Filter by set to true to remove the current team image2 file.
Filter by current file name of the team image3 (read-only; upload via the corresponding URL field).
Filter by uRL of a new file to upload as the team image3.
Filter by set to true to remove the current team image3 file.
Filter by twitter handle.
Filter by facebook URL.
Filter by linkedIn URL.
Filter by skype handle.
Filter by telegram handle.
Filter by gitHub URL.
Filter by pinterest URL.
Filter by flickr URL.
Filter by instagram URL.
Filter by vimeo URL.
Filter by tumblr URL.
Filter by blogger URL.
Filter by coworker IDs.
Filter by coworker full names.
Filter by coworker billing names.
Filter by number of active contracts.
Filter by average churn probability.
Filter by engagement level.
Filter by disable attendance dashboard.
Range Filters
Filter by maximum team member count greater than or equal to this value.
Filter by maximum team member count less than or equal to this value.
Filter by discount for extra services greater than or equal to this value.
Filter by discount for extra services less than or equal to this value.
Filter by discount for time passes greater than or equal to this value.
Filter by discount for time passes less than or equal to this value.
Filter by discount for charges greater than or equal to this value.
Filter by discount for charges less than or equal to this value.
Filter by discount for tariffs greater than or equal to this value.
Filter by discount for tariffs less than or equal to this value.
Filter by number of active contracts greater than or equal to this value.
Filter by number of active contracts less than or equal to this value.
Filter by average churn probability greater than or equal to this value.
Filter by average churn probability less than or equal to this value.
Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by Name
Range filters
Response
200
The list of Team records matching the query. See the Get one Team endpoint for the full list of properties returned for each record.
Current page number.
Number of records per page.
The field used for sorting.
The sort direction (
0 = ascending, 1 = descending).Index of the first item on the current page.
Index of the last item on the current page.
Total number of matching records across all pages.
Total number of pages.
Whether there is a next page of results.
Whether there is a previous page of results.
Example Response
Search Teams