Skip to main content

Find Workflows

GET 

https://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

ok

Response Headers
    X-Total-Count

    number total of items

    X-Result-Count

    number of returned items

Schema
  • Array [
  • namestring

    workflow name

    revisionstring

    workflow revision

    descriptionstring

    workflow description

    steps object[]

    workflow steps

  • Array [
  • namestring

    step name

    descriptionstring

    step description

    nextNominalStepstring

    next nominal step

    nextCompensatedStepstring

    next compensated step

  • ]
  • ]

Authorization: http

name: SecuritySchemetype: httpdescription: Authenticationscheme: bearerbearerFormat: JWT
curl -L 'https://api.orange.com/evolutionplatform/aws/api/v1//workflows' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://api.orange.com/evolutionplatform/aws/api/v1/
Auth
Parameters
— query
— query