Hi All,
I'm working with the UCCX Config API, trying to retrieve and update XML Documents from the UCCX Documents Repository. I'm able to get a listing of Documents by recursively parsing through the response of /adminapi/document, but I can't find a way to download an actual Document file... I've tried the /adminapi/document/{FilePath} resource, but that's only returning the details of said resource (filename, path, file size, date modified, etc.). Scripts and prompts have the /adminapi/prompt/download/{FilePath} resource, which Documents don't seem to have.
Can anyone shed any light on this?
Thanks!
~ Eric