Skip to main content
GET
Get the process steps of an application

Authorizations

Authorization
string
header
required

HTTP Basic Authentication with API credentials

Path Parameters

applicationid
integer
required

Application ID

Query Parameters

organisation_id
integer

Narrow the read to a single organisation. Without it, the caller keeps its full visibility.

Response

Process steps

_status
enum<string>
Available options:
OK,
INVALID
application_id
integer
current_step_id
integer | null

Current step, null before any step.

steps
object[]

Visible steps of the process, ordered by rank.

next_step_id
integer | null

Deduced next step, null at the end of the flow.

next_step_name
string | null
next_step_rank
integer | null