Workflows

Get a workflow

Returns a workflow by its ID.

get/workflows/{workflowId}

Path parameters

workflowIdstring required

The ID of the Workflow

Response

Example response

{
  "data": {
    "audit": {
      "createdBy": {
        "id": "oU4EEGRPtELpR1x1YUJMeQ",
        "email": "jane.doe@example.com",
        "username": "Jane Doe"
      },
      "updatedBy": {
        "id": "oU4EEGRPtELpR1x1YUJMeQ",
        "email": "jane.doe@example.com",
        "username": "Jane Doe"
      }
    },
    "links": [
      {
        "href": "https://api.process.st/api/v1.1/resource/XXX"
      }
    ]
  },
  "links": [
    {
      "href": "https://api.process.st/api/v1.1/resource/XXX"
    }
  ]
}

Changes