...
Code Block | ||
---|---|---|
| ||
https://<server host>/servicemanager/rest/ActionScriptAPI/InvokeScript |
Parameters:
Parameter | Description |
---|---|
scriptName | The name of the API Action Script that is to be executed. |
args | A string which is passed to the named action script as an argument for that script. If you appropriately encode the value (such as a json string) you can pass multiple arguments. Are are however responsible for decode and extracting the individual arguments from the string value. |
apiKey | api key provided by Noojee Support |
Sample query:
Code Block | ||
---|---|---|
| ||
https://<server host>/servicemanager/rest/ActionScriptAPI/InvokeScript? scriptName=testApiAction& args=my%20arg& apiKey=f863246a |
...
Sample success response:
Code Block |
---|
{"SessionID":7,"Message":"Originate successfully queued","Code":0} result: "" code: 0 message: "OK" } |