Set 'Ask Before Running' Setting

Sets the value of 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.

PUT /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}
  • flag: true or false

Sample Response Model

{
  "Result": true,
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}