getscript - qlik-oss/gopherciser GitHub Wiki
Get the load script for the app.
-
savelog
: Save load script to log file under the INFO log labelled LoadScript
Get the load script for the app
{
"action": "getscript"
}
Get the load script for the app and save to log file
{
"action": "getscript",
"settings": {
"savelog" : true
}
}