v1

latestOpenAPI 3.0.02026-07-24234471.0 KB
Workflow

List workflows

List all workflows available

get/workflow

Query parameters

pageinteger

Page number - used for pagination

limitinteger

Page limit - used to limit the result set to a number of records per page

sortstring

Allows to sort the results by single field

filterstring

Allows filtering results using odata filter syntax

Response

Ok

Example response

{
  "data": [
    {
      "id": 4455,
      "name": "In Progress",
      "sort": 1,
      "Project": {
        "id": 4455,
        "createdBy": 4455
      }
    }
  ]
}