📄️ /engines/condition-matching-triggers/begin/{solutionId}
Starts a background task which sends a syntax condition to the current Tryout engine to find all triggers matching the syntax; returns the task Id which can be used to retrieve the results.
📄️ /engines/xml-export/begin/{solutionId}
Starts a task which exports the engine XML of the solution based on the current Tryout session; returns the task Id which can be used to retrieve the XML.
📄️ /engines/messages/{solutionId}
Gets the list of engine messages from the solution's current Tryout engine.
📄️ /engines/input/{solutionId}
Sends an input to the solution's current Tryout engine and returns the response.
📄️ /engines/status/{solutionId}
Gets the status of the solution's current Tryout engine.
📄️ /engines
Gets a list of solution Ids where an engine is running for the current user session.
📄️ /engines/matching-triggers/{solutionId}
Sends an input to the solution's current Tryout engine and returns a list of trigger Ids matching the input.
📄️ /engines/condition-matching-triggers/result/{taskId}
Gets the result of all triggers matching a syntax condition.
📄️ /engines/xml-export/result/{taskId}
Gets the result of the engine XML export task, if finished.
📄️ /engines/reload/{solutionId}
Terminates the solution's current Tryout engine and starts a new one. Returns a list of engine messages for the terminated engine.
📄️ /engines/restart-session/{solutionId}
Stops the current session and starts a new one in the Tryout engine of the solution.
📄️ /engines/shutdown/{solutionId}
Terminates the solution's current Tryout engine and returns the engine messages.
📄️ /engines/start-session/{solutionId}
Starts a new session in the solution's Tryout engine.
📄️ /engines/start/{solutionId}
Starts a new Tryout engine in the specified solution.
📄️ /engines/stop-session/{solutionId}
Stops the current session in the solution's Tryout engine.