Use the Routing Type API to retrieve the list of routing types in the solution, including whether each routing type allows dialed number creation (Dialed Number API). This API is read-only.
type: Indicates the value of this routing type (see Dialed Number API).
machineType: For routing types 4, 5, and 6, indicates the type of machine in the inventory that is used for this routing type. Potential machine types include EXTERNAL_SOCIAL_MINER, EXTERNAL_ECE, and EXTERNAL_THIRD_PARTY_MULTICHANNEL.
datacenter: Indicates the datacenter to which the routing type is associated.
<results> <routingTypes> <routingType> <type>1</type> <state>OK</state> </routingType> <routingType> <type>2</type> <state>OK</state> </routingType> <routingType> <type>3</type> <state>OK</state> </routingType> <routingType> <type>4</type> <machineType>EXTERNAL_ECE</machineType> <state>OK</state> </routingType> <routingType> <type>5</type> <state>MISCONFIGURED</state> </routingType> <routingType> <type>6</type> <state>UNUSED</state> </routingType> </routingTypes> <datacenterRoutingTypes> <datacenterRoutingType> <datacenter> <refURL>/unifiedconfig/config/datacenter/5000</refURL> <name>boston</name> </datacenter> <routingTypes> <routingType> <type>1</type> <state>OK</state> </routingType> ... ... </routingTypes> </datacenterRoutingType> ... ... </datacenterRoutingTypes> </results>