/mcp<SearchSpaces total="1"> <SearchSpace> <URI>/vmrest/searchspaces/7479b688-9c97-4a4b-ab69-ea786f6024be</URI> <ObjectId>7479b688-9c97-4a4b-ab69-ea786f6024be</ObjectId> <Name>Search Space</Name> <Description>Default Search Space</Description> <LocationObjectId>08b0402c-ba81-4f16-bcba-ca7883de0482</LocationObjectId> <LocationURI>/vmrest/locations/connectionlocations/08b0402c-ba81-4f16-bcba ca7883de0482</LocationURI> <TimeOwnershipChanged>2012-12-10T19:23:29Z</TimeOwnershipChanged> <SearchSpaceMembersURI>/vmrest/searchspaces/7479b688-9c97-4a4b-ab69- ea786f6024be/searchspacemembers</SearchSpaceMembersURI> </SearchSpace> </SearchSpaces> Response Code: 200 JSON Example To list all the search spaces use the following command, do the following: Request URI: GET https://<connection-server>/vmrest/searchspacesAccept: 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":"2", "SearchSpace": [ { "URI":"/vmrest/searchspaces/2e836e16-f715-4a18-bb7c-ee5e33281706" "ObjectId":"2e836e16-f715-4a18-bb7c-ee5e33281706" "Name":"ucbu-aricent-vm463 Search Space" "Description":"Default Search Space" "LocationObjectId":"cff1347e-87af-4409-bead-d1970625f82e" "LocationURI":"/vmrest/locations/connectionlocations/cff1347e-87af-4409-bead d1970625f82e" "TimeOwnershipChanged":"2013-02-25 09:37:36.99" "SearchSpaceMembersURI":"/vmrest/searchspaces/2e836e16-f715-4a18-bb7c ee5e33281706/searchspacemembers" }, { "URI":"/vmrest/searchspaces/97efa220-31a7-4409-a0cd-2cdfc669182f" "ObjectId":"97efa220-31a7-4409-a0cd-2cdfc669182f" "Name":"hello_SearchSpace_1" "LocationObjectId":"cff1347e-87af-4409-bead-d1970625f82e" "LocationURI":"/vmrest/locations/connectionlocations/cff1347e-87af-4409-beadd1970625f82e" "TimeOwnershipChanged":"2013-02-26T05:05:10Z" "SearchSpaceMembersURI":"/vmrest/searchspaces/97efa220-31a7-4409-a0cd- 2cdfc669182f/searchspacemembers" } ] Response Code: 200 Viewing the Specific Search Space Details The following is an example of the GET request that lists the details of specific search space represented by the provided value of search space object ID: GET https://<connection-server>/vmrest/searchspaces/<searchspaceobjectId> Cisco Unity Connection Provisioning Interface (CUPI) API 637 Cisco Unity Connection Provisioning Interface (CUPI) API for Dial Plan Viewing the Specific Search Space Details