API Reference

Show All Teams

Use to list all teams for a merchant.

Response (Output) Params

📘

The output is an array of team objects.

ParameterDescription
allow_access_to_all_open_tasks
boolean
Indicates whether drivers receive unassigned tasks.

false - the drivers do not receive unassigned tasks.
true - the drivers do receive unassigned tasks.
beacon_ids
array of strings
An array of beacon IDs associated with the team.
created_at
datetime
The timestamp when the team was created.
default_customer_id
int32
The default customer ID for the team.
default_user_id
int32
The default user (driver) ID for the team.
delete_at
datetime
The timestamp when the team was deleted.
distance_pay_per_km
float
The distance pay per kilometer for the team.
franchisee_id
int32
The Bringg ID for the related franchisee.
id
int32
The unique identifier of the team.
merchant_id
int32
The ID of the company associated with the team.
parent_team_id
int32
The ID of the parent team associated with this team.
updated_at
datetime
The last date and time this team was updated.

Language