Tasks
API Reference for ProcessMaker Task API
Last updated
Was this helpful?
API Reference for ProcessMaker Task API
Last updated
Was this helpful?
Display a listing of the resource.
/task_assignments
Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
asc
, desc
Store a newly created task assignment in storage.
/task_assignments
Represents a business process task assignment definition.
ProcessMaker\Models\User
, ProcessMaker\Models\Group
Update a task assignment
/task_assignments/{task_assignment}
ID of task assignment to update
Represents a business process task assignment definition.
ProcessMaker\Models\User
, ProcessMaker\Models\Group
No body
Remove an assignment
/task_assignments/{task_assignment}
ID of task assignment to delete
Represents a business process task assignment definition.
ProcessMaker\Models\User
, ProcessMaker\Models\Group
No body
Display a listing of the resource.
/tasks
Process request id
Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
asc
, desc
Include data from related models in payload. Comma separated list.