Returns all task assignments

Prev Next
Get
/task_assignments

Display a listing of the resource.

Security
OAuth

Laravel passport oauth2 security.

FlowAuthorization Code
Authorization URLhttp://processmaker.test/oauth/authorize
Token URLhttp://processmaker.test/oauth/token
Refresh URLhttp://processmaker.test/token/refresh
HTTP
Type bearer
Query parameters
filter
string

Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.

order_by
string

Field to order results by

order_direction
string
Valid values[ "asc", "desc" ]
Default"asc"
per_page
integer
Default10
Responses
200

list of task assignments

Expand All
object
data
Array of object (taskAssignments)
object
process_id
integer (id)

Represents a business process task assignment definition.

process_task_id
string (id)
assignment_id
integer (id)
assignment_type
string
Valid values[ "ProcessMaker\\Models\\User", "ProcessMaker\\Models\\Group" ]
id
integer (id)
created_at
string (date-time)
updated_at
string (date-time)
meta
object