/mcpListing the Class of Services The following is an example of the GET request that lists all the class of services: GET https://<connection-server>/vmrest/coses The following is an example of the response from the above GET request: <Coses total="3"> <Cos> <URI>/vmrest/coses/6e2c52a8-6bb6-40b0-b31e-27627293520c</URI> <ObjectId>6e2c52a8-6bb6-40b0-b31e-27627293520c</ObjectId> <DisplayName>Voice Mail User COS</DisplayName> </Cos> <Cos> <URI>/vmrest/coses/4af565ec-47d5-43be-9c3b-49d5ea995f63</URI> <ObjectId>4af565ec-47d5-43be-9c3b-49d5ea995f63</ObjectId> <DisplayName>System</DisplayName> </Cos> <Cos> <URI>/vmrest/coses/870f9a46-cc28-4d55-8fbd-e89cd02b9ff8</URI> <ObjectId>870f9a46-cc28-4d55-8fbd-e89cd02b9ff8</ObjectId> <DisplayName>Taxoma_COS_1</DisplayName> </Cos> </Coses> Response Code: 200 JSON Example To list all class of services, do the following: < pre> Request URI: GET https://<connection-server>/vmrest/coses Accept: application /json Connection: keep-alive < /pre> The following is the response from the above GET request and the actual response will depend upon the information given by you: { "@total": "3", "Cos": [ { "URI": "/vmrest/coses/6e2c52a8-6bb6-40b0-b31e-27627293520c", "ObjectId": "6e2c52a8-6bb6-40b0-b31e-27627293520c", "DisplayName": "Voice Mail User COS" }, { "URI": "/vmrest/coses/4af565ec-47d5-43be-9c3b-49d5ea995f63", "ObjectId": "4af565ec-47d5-43be-9c3b-49d5ea995f63", "DisplayName": "System" }, { "URI": "/vmrest/coses/870f9a46-cc28-4d55-8fbd-e89cd02b9ff8", "ObjectId": "870f9a46-cc28-4d55-8fbd-e89cd02b9ff8", "DisplayName": "Taxoma_COS_1" } ] } Response Code: 200 Cisco Unity Connection Provisioning Interface (CUPI) API 230 Cisco Unity Connection Provisioning Interface (CUPI) API -- Class of Service (COS) APIs Listing the Class of Services