03-15-2017 07:12 AM
Hello
I am new to the CUC API and have only just started poking around. is there an administrators Java SDK out there?
the only posted on cisco unity tools seems to be made to only handle requests for the user that authenticates your session. the documentation does really spell out how to pick another user.
03-15-2017 08:00 AM
The available APIs for Unity Connection are listed here:
https://developer.cisco.com/site/unity-connection/overview/
There is a RESTful Provisioning API for managing users, distribution lists, call handlers, etc. - however much of the system admin configuration for CUC is not accessible via API as far as I know.
03-15-2017 02:10 PM
I am trying a http request app to see if the operations I want to use are accessible. but I am not sure where to get more information on the following response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ErrorDetails><errors><code>DATA_EXCEPTION</code><message>informix.ck_tbl_dtmfaccessid_idindex_parent_globaluserobjectid_parent</message></errors></ErrorDetails>
03-15-2017 02:15 PM
well it seems to work if I do it as a PUT instead of a POST
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide