Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Info |
---|
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 :
Code Block | ||||
---|---|---|---|---|
| ||||
GET /openapi/v1/scenario/list?apiKey=abcd4eb2b12345c74c18 HTTP/1.1
Host: api2-rpa.argos-labs.com |
Field | Type | Description | Required |
---|---|---|---|
apiKey | String | API Token Key created by your account | True |
Example response:
Code Block | ||||
---|---|---|---|---|
| ||||
{
"message": "OK",
"status": 200,
"error": null,
"data": [
{
"apiScenarioId": "1ab12345fecb7ce1230f",
"scenarioName": "Delay",
"status": "In use"
},
... (skip) ...
]
}
|
Field | Type | Description |
---|---|---|
apiScenarioId | String | Scenario ID for OpenApi use |
scenarioName | String | Scenario Name |
status | String | Scenario's current status |
Value of Status
Status |
---|
In use |
Paused |
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|