Routing Type API

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.

URL

https://<server>/unifiedconfig/config/routingtype

Operations

Parameters

Example get response

<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_EIM_WIM_SERVICES_SERVER</machineType>
        <state>OK</state>
      </routingType>
      <routingType>
        <type>5</type>
        <state>MISCONFIGURED</state>
      </routingType>
      <routingType>
        <type>6</type>
        <state>UNUSED</state>
      </routingType>
    </routingTypes>
</results>