ARGOS Low-code Open API
You will find the Open API menu in the main menu (the Left most section) of Supervisor.
The ARGOS Open API allows customers’ application to kick start ARGOS Low-code Automation Scenarios (BOTs). It can also transfer “parameters” that are integrated as variables in the bots and receive “results (data)” of the execution of the bots.
- The API Token List
You need to have an API Token to run Open API. API Token List shows your API Tokens available.
To add an API Token, you can simply click the ADD(+) button to generate an API Token for yourself.
- The Open API List
The ARGOS Open API List shows Open API services you can run. Each Open API has an API Document you can refer to.
- Sample Code for sendOpenAPIOndemandCommand
{ "userId": "test@test.com", "sessionParameter": { "additionalProp1": {} }, "workId": "this_is_work_id_1234", "endPoint": "http://123.456.780:8080/myEndPoint", "botParameters": [ { "variable_text": "{{param.searchText}}", "value":"hello world" } ], "apiPamId": "e57407d04df8123e0048", "apiScenarioId": "123f07d04df8f3de0048" } |