Get Application with Script Parameters
HTTPS Method |
GET |
URI |
https://<server>/adminapi/application/{application name}?allScriptParams |
Example URI |
https://uccx-server/adminapi/application/ICDSystemApp7?allScriptParams |
Accept |
Application/XML, Application/JSON |
HTTPS Success Code |
200 |
HTTPS Failure Codes |
401,403,404,500 |
Error Codes |
— |
Success Response
<application>
<self>https://10.78.93.251/adminapi/application/ICDSystemApp7</self>
<ScriptApplication>
<script>SCRIPT[WXM_EmailSurvey.aef]</script>
<scriptParams>
<name>CSQ</name>
<value>"csq1"</value>
<type>java.lang.String</type>
</scriptParams>
<scriptParams>
<name>customer_Id</name>
<value>"Michael Littlefoot"</value>
<type>java.lang.String</type>
</scriptParams>
<scriptParams>
<name>customer_email</name>
<value>"username@example.com"</value>
<type>java.lang.String</type>
</scriptParams>
<scriptParams>
<name>DelayWhileQueued</name>
<value>30</value>
<type>java.lang.Integer</type>
<isDefaultValue>true</isDefaultValue>
</scriptParams>
<scriptParams>
<name>WelcomePrompt</name>
<value>SP[ICD\ICDWelcome.wav]</value>
<type>com.cisco.prompt.Playable</type>
<isDefaultValue>true</isDefaultValue>
</scriptParams>
<scriptParams>
<name>QueuePrompt</name>
<value>SP[ICD\ICDQueue.wav]</value>
<type>com.cisco.prompt.Playable</type>
<isDefaultValue>true</isDefaultValue>
</scriptParams>
<dispatchId>5e7c75d2cb93e80e60b31a24</dispatchId>
</ScriptApplication>
<id>1212</id>
<applicationName>Complaints</applicationName>
<type>Cisco Script Application</type>
<description>Complaints</description>
<maxsession>10</maxsession>
<enabled>true</enabled>
</application>