latestOpenAPI 3.1.02026-08-171503582.2 MB
6199a9464227
Workflow Tasks
Get a workflow task
Returns a workflow task by its ID within a workflow revision.
get/workflows/{workflowId}/revisions/{revisionId}/tasks/{taskId}
Path parameters
workflowIdstring required
The ID of the Workflow
revisionIdstring required
The ID of the Revision
taskIdstring required
The ID of the Task
Response
Example response
{
"data": {
"audit": {
"createdBy": {
"id": "naAJxoDIuwdgNsQHGRRGqA",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"updatedBy": {
"id": "naAJxoDIuwdgNsQHGRRGqA",
"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"
}
]
}