Skip to main content

Retrieves a list of workflow versions for a specific workflow definition.

GET 

/api/v2/Workflow/:definitionId/versions

Retrieves a list of workflow versions for a specific workflow definition.

Request

Path Parameters

    definitionId uuidrequired

    The ID of the workflow definition to filter versions.

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Responses

Returns a list of workflow versions.

Loading...