Returns the list of processes that the user can start

Prev Next
Get
/start_processes

Returns the list of processes that the user can start.

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
Path parameters
without_event_definitions
boolean

If true return only processes that haven't start event definitions

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

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

Default""
Responses
200

list of processes that the user can start

Expand All
object
data
Array of object (ProcessWithStartEvents)
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
events
Array of object (ProcessStartEvents)
object
eventDefinitions
object
parallelMultiple
boolean
outgoing
object
incoming
object
id
string
name
string
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