Find Workflows
GEThttps://api.orange.com/evolutionplatform/aws/api/v1//workflows
This operation allows to get all workflow descriptions
Request
Query Parameters
limit int32
Possible values: <= 100
Limit of the size of the page
Default value:
20
offset int32
Offset of the page
Default value:
0
Responses
- 200
- 400
- 401
- 403
- 500
ok
Response Headers
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
namestring
workflow name
revisionstring
workflow revision
descriptionstring
workflow description
steps object[]
[
{
"name": "string",
"revision": "string",
"description": "string",
"steps": [
{
"name": "string",
"description": "string",
"nextNominalStep": "string",
"nextCompensatedStep": "string"
}
]
}
]
bad request
- application/json
- Schema
- Example (auto)
Schema
codeint32
bad request code
messagestring
bad request message
descriptionstring
bad request description
violations object[]
{
"code": 0,
"message": "string",
"description": "string",
"violations": [
{
"field": "string",
"message": "string"
}
]
}
unauthorized access
- application/json
- Schema
- Example (auto)
Schema
codeint32
error code
messagestring
error message
descriptionstring
error description
{
"code": 0,
"message": "string",
"description": "string"
}
forbidden access
- application/json
- Schema
- Example (auto)
Schema
codeint32
error code
messagestring
error message
descriptionstring
error description
{
"code": 0,
"message": "string",
"description": "string"
}
internal error
- application/json
- Schema
- Example (auto)
Schema
codeint32
error code
messagestring
error message
descriptionstring
error description
{
"code": 0,
"message": "string",
"description": "string"
}
Authorization: http
name: SecuritySchemetype: httpdescription: Authenticationscheme: bearerbearerFormat: JWT
- curl
- python
- go
- nodejs
- php
- java
- CURL
curl -L 'https://api.orange.com/evolutionplatform/aws/api/v1//workflows' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'