List plans
GET/routing/plans
JSON-RPC
routing.plans.search
The function can operate in two modes:
_ manage - this is the default mode, which implements standard
permissions check by partition allowed to the user calling
the function.
_ use - this is the special mode, that filters only those routing
plans that can be used by the client or client template, that
belong to the partition specified in companies_id_usage
parameter.
Origination Limit
- If "Origination Limit" is defined for the routing plan, it can be used by the entities belonging to the partition of the routing plan or any other partitions given within the "Origination Limit".
- If "Origination Limit" is not defined for the routing plan, it can be used by the entities belonging to the partition of the routing plan or any of its sub-partitions.
Request
Responses
- 200
- 400
- 401
- 404
- 422
- 500
List of routing plan objects.
The request contains invalid arguments or is malformed
Access is not authorized
Requested object was not found
A logical error occurred, making the request unprocessable
An unexpected error occurred