/mcpDelete https://<connection-server>/vmrest/partitions/<PartitionObjectId> Accept: application/json Connection: keep_alive Response Code: 204 Explanation of Data Fields Comments Data Type Operations Parameter The primary key for this table. A systemgenerated, globally unique object identifier. String (36) Read Only ObjectId The unique text name of this partition. This name is used when displaying entries in the administrative interface. The name can be upto 50 characters long. String (50) Read/Write Name The description of the partition. If a description is not entered, the partition name is entered. String (50) Read/Write Description The unique identifier of the LocationVms on which this partition was created. It is used by networking to determine on which LocationVms the properties of the partition are administered. String (36) Read Only LocationObjectId Cisco Unity Connection Provisioning Interface (CUPI) API -- Search Space API Search Space API Search spaces are used to define the search scope of objects (users, distribution lists, and so on) that a user or outside caller can reach while interacting with Connection. For example, the search scope that is applied to a user identifies which users, distribution lists, or VPIM contacts the user can address messages to. It also identifies which users and contacts the user can dial by name when using the voicerecognition conversation. A search space is comprised of one or more ordered partitions. When Connection searches for an object on behalf of a caller, it searches the partitions in the order in which they are arranged in the search space. While extensions must be unique within a partition, they do not need to be unique within a search space, so you can use search spaces to handle dial plans that have overlapping extensions. Operation Supported: Create, Read, Update and Delete. Listing the Search Spaces The following is an example of the GET request that lists all the search spaces: GET https://<connection-server>/vmrest/searchspaces The following is the response from the above GET request. Cisco Unity Connection Provisioning Interface (CUPI) API 636 Cisco Unity Connection Provisioning Interface (CUPI) API for Dial Plan Explanation of Data Fields