Get
/api/processes/{process}/default-stages
Retrieves and formats the default stages configuration for a process.
Security
OAuth
Laravel passport oauth2 security.
FlowAuthorization Code
Authorization URLhttps://develop-qa.processmaker.net/oauth/authorize
Token URLhttps://develop-qa.processmaker.net/oauth/token
Refresh URLhttps://develop-qa.processmaker.net/token/refresh
Path parameters
process
integerRequired
ID of the process
Responses
200
Successful operation
Array of object
object
stage_id
number
Example1
stage_name
string
ExampleIn progress
percentage
number | null
Example60.0
percentage_format
string
Example60%
agregation_sum
number | null
Example28678.0
agregation_count
number | null
Example100.0