Workflows

Workflows coordinate user tasks and automated system actions in the Validere platform.

https://api.validere.io/app

Workflow Categories

List workflow categories

GET
Authorizations
Query parameters
namestringOptional

Workflow Category name

descriptionstringOptional

Workflow Category description

page_sizenumberOptional

page size

pagenumberOptional

page number

sort_bystringOptional

sort by

sort_directionstring · enumOptional

sort direction

Example: descPossible values:
Responses
200

A successful operation

application/json
Responseall of
GET
/app/v1/workflow_categories
200

A successful operation

Get a workflow category

GET
Authorizations
Path parameters
idstring · uuidRequired

Workflow Category ID

Responses
200

A successful operation

application/json
GET
/app/v1/workflow_categories/{id}
200

A successful operation

Workflow Templates

Get a workflow template

GET
Authorizations
Path parameters
idstring · uuidRequired

Workflow Template ID

Responses
200

A successful operation

application/json
Responseall of
GET
/app/v1/workflow_templates/{id}
200

A successful operation

Search Workflow Templates

POST
Authorizations
Body
anyOptional
and
and
Responses
200

Successfully operation

application/json
Responseall of
POST
/app/v1/workflow_templates/search
200

Successfully operation

Workflow Tasks

Get a workflow task

GET
Authorizations
Path parameters
workflow_task_idstring · uuidRequired

Workflow Task ID

Responses
200

A successful operation

application/json
Responseany of
or
GET
/app/v1/workflow_tasks/{workflow_task_id}
200

A successful operation

Search Workflow Tasks

POST
Authorizations
Body
anyOptional
and
and
Responses
200

Successfully operation

application/json
Responseall of
POST
/app/v1/workflow_tasks/search
200

Successfully operation

Search Workflow Steps

POST
Authorizations
Body
anyOptional
and
and
Responses
200

Successfully operation

application/json
Responseall of
POST
/app/v1/workflow_tasks/steps/search
200

Successfully operation

Get a workflow action

GET
Authorizations
Path parameters
workflow_action_idstring · uuidRequired

Workflow Action ID

Responses
200

A successful operation

application/json
GET
/app/v1/workflow_tasks/actions/{workflow_action_id}
200

A successful operation

Workflows

Get a workflow

GET
Authorizations
Path parameters
workflow_idstring · uuidRequired

Workflow ID

Responses
200

A successful operation

application/json
GET
/app/v1/workflows/{workflow_id}
200

A successful operation

Search Workflows

POST
Authorizations
Body
anyOptional
and
and
Responses
200

Successfully operation

application/json
Responseall of
POST
/app/v1/workflows/search
200

Successfully operation

Search form submissions on a workflow

POST
Authorizations
Path parameters
workflow_idstring · uuidRequired

Workflow ID

Body
anyOptional
and
and
and
objectOptional
Responses
200

successful operation

application/json
Responseall of
POST
/app/v1/workflows/{workflow_id}/form_submissions/search
200

successful operation

Last updated