We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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" }