v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Data Enhancement

This endpoint provides a list of Workflow Steps, it can be paginated with the pagination=true parameter

Retrieves the collection of WorkflowStep resources.

get/workflow-steps

Query parameters

pageinteger

The collection page number

limitinteger

The number of items per page

paginationboolean

Enable or disable pagination

Response

WorkflowStep collection

nameobject
idstring required

This is the unique identifier of the resource

dateModifiedstring date-time nullable

This is an ISO datetime

dateCreatedstring date-time nullable

This is an ISO datetime

colorstring

Example response

[
  {
    "id": "identifier_example"
  }
]