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

