Scenario List

This function is one of Open API Operation. You can find the movie in ARGOS RPA+ video tutorial.

GET /openapi/v1/scenario/list

 

Example request : 

 

Example Request
GET /openapi/v1/scenario/list?apiKey=abcd4eb2b12345c74c18 HTTP/1.1
Host: api2-rpa.argos-labs.com


FieldTypeDescriptionRequired
apiKeyStringAPI Token Key created by your accountTrue


Example response:

Example Response
{
    "message": "OK",
    "status": 200,
    "error": null,
    "data": [
        {
            "apiScenarioId": "1ab12345fecb7ce1230f",
            "scenarioName": "Delay",
            "status": "In use"
        },
        ... (skip) ...

    ]
}


FieldTypeDescription
apiScenarioIdStringScenario ID for OpenApi use
scenarioNameStringScenario Name
statusStringScenario's current status

  

Value of Status

Status
In use
Paused



Need help?

Technical contact to tech@argos-labs.com


May you search all operations,