Cisco Unity Connection API List
From DocWiki
(Difference between revisions)
m |
m |
||
| Line 47: | Line 47: | ||
|} | |} | ||
| - | <!-- DISTRIBUTION | + | <!-- DISTRIBUTION LISTS --> |
{| width="100%" cellpadding="5%" cellspacing="0" border="1" | {| width="100%" cellpadding="5%" cellspacing="0" border="1" | ||
| - | | colspan="2" | <font face="verdana" color=#4169E1 size=3><b>/vmrest/ | + | | colspan="2" | <font face="verdana" color=#4169E1 size=3><b>/vmrest/distributionlists</b></font> |
|- | |- | ||
| style="width: 25%;"| '''Description:''' | | style="width: 25%;"| '''Description:''' | ||
Revision as of 22:49, 21 February 2012
DRAFT
| /vmrest/version | |
| Description: | Use this API to retrieve the current version of the system. |
| API URI: | https://<host>:<port>/vmrest/version |
| Supported Response Formats: | XML |
| HTTP Method: | GET |
| Request Parameters: | None. |
| Header Parameters: | None. |
| Parameter Description: | None. |
| Schema: | https://10.10.10.10:8443/vmrest/schema/VersionInformation |
| Failure Response Schema: | None. |
| Related Error Codes: | See API Response Codes. |
| Events Triggered: | None. |
| Release: | 8.5(1) |
| Notes or Examples: | Example |
| /vmrest/distributionlists | |
| Description: | Use this API to work with distribution lists. |
| API URI: | https://<host>:<port>/vmrest/distributionlists |
| Supported Response Formats: | XML |
| HTTP Method: | GET,POST,PUT,DELETE |
| Request Parameters: | query, sort, pageNumber, rowsPerPage, properties |
| Header Parameters: | None. |
| Parameter Description: | None. |
| Schema: | https://10.10.10.10:8443/vmrest/schema/DistributionList |
| Failure Response Schema: | None. |
| Related Error Codes: | See API Response Codes. |
| Events Triggered: | None. |
| Release: | 8.5(1) |
| Notes or Examples: | Example |