View Source PlacetelAPI.Api.RoutingPlanObjects (placetel_api v2.0.0)
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
@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 serverid
(String.t): ID of a routing planopts
(keyword): Optional parameters
returns
Returns
{:ok, [%RoutingObject{}, ...]}
on success{:error, Tesla.Env.t}
on failure