Returns all processes that the user has access to

Prev Next
Get
/processes

Get list Process

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
status
string

ACTIVE or INACTIVE

Valid values[ "ACTIVE", "INACTIVE" ]
include
string

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

Default""
simplified_data_for_selector
string

Comma separated list of fields to include in the response

Default""
Responses
200

list of processes

Expand All
object
data
Array of object (Process)
object
process_category_id
integer (id)

Represents a business process definition.

name
string
case_title
string
description
string
status
string
Valid values[ "ACTIVE", "INACTIVE", "ARCHIVED" ]
pause_timer_start
integer
cancel_screen_id
integer
has_timer_start_events
boolean
request_detail_screen_id
integer (id)
is_valid
integer
package_key
string
start_events
Array of object (ProcessStartEvents)
object
eventDefinitions
object
parallelMultiple
boolean
outgoing
object
incoming
object
id
string
name
string
warnings
string
self_service_tasks
object
signal_events
Array of object
object
category
object
manager_id
integer (id)
user_id
integer (id)
id
string (id)
deleted_at
string (date-time)
created_at
string (date-time)
updated_at
string (date-time)
notifications
object
task_notifications
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