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 Rest call getData is used to ask GraphWalker for the current data values of the current model.
getData
GET Request
http://service-host:8887/graphwalker/getData
Response
If the request was successful "result" will be "ok". The "data" part will hold the data as key value elements.
{ "result":"ok", "data": { "num_of_books":"0", "MAX_BOOKS":"5" } }
From a Linux terminal, using curl:
curl http://localhost:8887/graphwalker/getData {"result":"ok","data":{"num_of_books":"0","MAX_BOOKS":"5"}}