Procedure List
In order to list all of your procedures, use the action procedure_list:
https://api.valigara.com/client/V1/?auth={ACCESS_KEY}&action=procedure_list
A successful response example:
Procedure Execute
In order to execute a user-defined procedure, use the action procedure_execute:
https://api.valigara.com/client/V1/?auth={ACCESS_KEY}&action=procedure_execute&data={DATA}
The DATA parameter is mandatory (it’s a JSON array).
A DATA example:
A successful response example: