Skip to main content

Retrieves a paginated list of workflows with optional search filtering.

GET 

/api/v2/Workflow

Retrieves a paginated list of workflows with optional search filtering.

Request

Query Parameters

    page int32

    Default value: 1

    The page number to retrieve. Default is 1.

    pageSize int32

    Default value: 20

    Number of items per page. Maximum allowed is 1000. Default is 20.

    term string

    Optional search term to filter workflows.

    culture string

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

Responses

Returns a paginated list of workflows.

Loading...