Every command acepted by the API server follows the schema below:
<host>:<port>/api/<ref>/<command>?<key>=<value>
host: The IP of the server (or localhost)
port: Where the API is listening
ref: The reference to the workbench (‘app’ or ‘wb/<id>’)
command: Registry path to the command
key: Name of a parameter
value: Of the parameter
Depending on the command there can be several key value pairs as well as a request body containing decode file. The list of all available commands can be found here.
The GroLink API does not distinguish between different request methods.