Get 'Ask Before Running' Setting
Returns the setting for the 'Ask before executing' checkbox on the Quick View dialog. This checkbox is set individually for each VSA user and is applied only when running a quicklaunch agent procedure.
GET /automation/agentprocs/quicklaunch/askbeforeexecuting
- Does not accept filter and sort expressions.
- This is an action API; no business data is returned or changed.
Headers
- Authorization: Bearer {hash string returned from Authentication}
Sample Response Model
{"Result": true,
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}