/mcp<RoutingRuleConditionsURI>/vmrest/routingrules/8b7ea5be-48c5-4e7b-bc9d-c06f052074a4/routingruleconditions</</RoutingRule> </RoutingRules> To retrieve a sorted list of all Routing Rules, add the following query parameter to the GET: sort=(column[asc | desc]) For example, to retrieve a list of all Routing Rules sorted by RuleIndex in ascending order: GET https://<connection-server>/vmrest/routingrules?sort=(RuleIndex%20asc) To retrieve a specific Routing Rule by its ObjectId: GET https://<connection-server>/vmrest/routingrules/<objectid> JSON Example To list all the routing rules, use the following command: Request URI: GET https://<connection-server>/vmrest/routingrules Accept: application/json Connection: keep-alive The following is the response from the above GET request and the actual response will depend upon the information given by you: { "@total": "1", "RoutingRule": [ { "URI": "/vmrest/routingrules/6ba11848-3eb2-47b9-ab2b-b1464165a1bf", "ObjectId": "6ba11848-3eb2-47b9-ab2b-b1464165a1bf", "DisplayName": "Opening Greeting", "State": "1", "RuleIndex": "20", "Type": "3", "Flags": "3", "RouteTargetConversation": "PHTransfer", "RouteTargetHandlerObjectId": "e6fd6ae4-7bf5-4a46-b994-e9fd13d83c30", "RouteTargetHandlerDisplayName": "Opening Greeting", "RouteTargetHandlerObjectType": "3", "RouteAction": "2", "LanguageCode": "0", "UseDefaultLanguage": "true", "UseCallLanguage": "true", "CallType": "2", "SearchSpaceObjectId": "f8a97bde-8f75-4c84-b2e6-aa6e54cc26c2", "SearchSpaceURI": "/vmrest/searchspaces/f8a97bde-8f75-4c84-b2e6-aa6e54cc26c2", "Undeletable": "true", "RoutingRuleConditionsURI": "/vmrest/routingrules/6ba11848-3eb2-47b9-ab2bb1464165a1bf/routingruleconditions", "CallHandlerURI": "/vmrest/handlers/callhandlers", "DirectoryHandlerURI": "/vmrest/handlers/directoryhandlers", "InterviewHandlerURI": "/vmrest/handlers/interviewhandlers", "ConversationURI":"/vmrest/conversations?query=(CnvRoutingRuleForwardedCall%20is%201)", "SearchSpaceFetchURI": "/vmrest/searchspaces" }, ] } Cisco Unity Connection Provisioning Interface (CUPI) API 568 Cisco Unity Connection Provisioning Interface (CUPI) API--Call Routing Listing and Viewing