Returns all tasks that the user has access to

Prev Next
Get
/tasks

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
process_request_id
integer

Process request id

all_tasks
boolean

Return all task types. Not just user tasks.

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"
include
string

Include data from related models in payload. Comma separated list.

Default""
Responses
200

list of tasks

Expand All
object
data
Array of object (processRequestToken)
object
user_id
string (id)

ProcessRequestToken is used to store the state of a token of the Nayra engine

status
string
due_at
string (date-time)
initiated_at
string (date-time)
riskchanges_at
string (date-time)
subprocess_start_event_id
string
data
object
id
string (id)
process_id
string (id)
process_request_id
string (id)
element_id
string (id)
element_type
string (id)
element_index
string
element_name
string
created_at
string (date-time)
updated_at
string (date-time)
advanceStatus
string
due_notified
integer
user
object
process
object
process_request
object
meta
object (metadata)
filter
string
sort_by
string
sort_order
string
Valid values[ "asc", "desc" ]
count
integer
total_pages
integer
current_page
integer
form
integer
last_page
integer
path
string
per_page
integer
to
integer
total
integer