Get Service Area Teams

Get the details of a team and service coupling, a list of all the teams assigned to a certain service area, or a list of all the service areas a team serves.
Also knows as get_teams_service_areas.

OUTPUT PARAMS

success

boolean

Indicates whether the service completed successfully.

  • false - the service failed.
  • true - the service succeeded.

id

Int32

The ID of the record.

team_id

Int32

Bringg's ID for the team.

service_area_id

Int32

Bringg's ID for the service area.

effective_start_time

datetime

The date and time of when the team begins to serve this area. This is in UTC and is in the format is " %Y-%m-%dT%H:%M:%S%z".

effective_end_time

datetime

The date and time of when the team stops to serve this area. This is in UTC and is in the format is " %Y-%m-%dT%H:%M:%S%z".

Language