02-10-2022 11:54 AM
Is there a way through API or any other method to get a report of a particular script parameter for all applications? As an example, all of our scripts have an Afterhournumber parameter, that is a default value, but can be overridden in the App Admin. I would like to see a list of all apps and the configured Afterhournumber.
Thanks,
02-10-2022 12:53 PM
Not easily to the best of my knowledge. All the applications parameter stuff is in either an XML or BLOB variable in the database. I am sure it is possible to parse that, but it was more trouble than it was worth when I was looking into it.
02-11-2022 03:05 AM - edited 02-11-2022 03:05 AM
Sure. Use the provisioning API to get the list of applications and their respective IDs. Then use a second API call to get the parameters of each app.
https://developer.cisco.com/docs/contact-center-express/#!get-application-with-script-parameters
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