View Source PlacetelAPI.Api.RoutingPlanObjects (placetel_api v2.0.1)

API calls for all endpoints tagged RoutingPlanObjects.

Link to this section Summary

Functions

Get a routing plans objects Get objects for routing plan

Link to this section Functions

Link to this function

get_routing_plans_id_routings(connection, id, opts \\ [])

View Source
@spec get_routing_plans_id_routings(Tesla.Env.client(), String.t(), keyword()) ::
  {:ok, [PlacetelAPI.Model.RoutingObject.t()]} | {:error, Tesla.Env.t()}

Get a routing plans objects Get objects for routing plan

parameters

Parameters

  • connection (PlacetelAPI.Connection): Connection to server
  • id (String.t): ID of a routing plan
  • opts (keyword): Optional parameters

returns

Returns

  • {:ok, [%RoutingObject{}, ...]} on success
  • {:error, Tesla.Env.t} on failure