latestOpenAPI 3.1.02026-08-171503582.2 MB

6199a9464227

Workflow Task Due Date Rules

Get the task due date rule

Returns the due date rule for a task on a workflow revision. The rule field is null when no rule is set.

get/workflows/{workflowId}/revisions/{revisionId}/tasks/{taskId}/due-date-rule

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

{
  "links": [
    {
      "href": "https://api.process.st/api/v1.1/resource/XXX"
    }
  ]
}