There was an error while loading. Please reload this page.
The Websocket message command getData is used to ask GraphWalker for the current data values of the current model.
getData
Request
{ "command":"getData" }
Response
If the request was successful "success" will be "true".
This is an example of a getData response.
{ "data":{ "x":"1", "y":"2" }, "success":true, "command":"getData" }