Workflow Tasks
Get task permission rules
Returns the static and dynamic permission rules for a task template on a workflow revision.
get/workflows/{workflowId}/revisions/{revisionId}/tasks/{taskId}/permission-rules
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": [
{
"user": {
"id": "oU4EEGRPtELpR1x1YUJMeQ",
"email": "jane.doe@example.com",
"username": "Jane Doe"
}
}
],
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.