Seliom
English
Search
⌃K

Process Templates

List of public endpoints for process templates
Process Templates are the official name of processes that have been created for your organization.
Dont forget to include the Authorization and X-Organization headers in every request. They have been omitted from these endpoints for brevity.

Basic Endpoints

These endpoints allow you to index, view, update and delete process templates.
get
https://api.seliom.com
/process_templates/basic
Index
get
https://api.seliom.com
/process_templates/basic/launchables
Index - API Launchable
get
https://api.seliom.com
/process_templates/basic/automated_processes
Index - Automated Processes
get
https://api.seliom.com
/process_templates/basic/:template_uuid
Show Process Template
put
https://api.seliom.com
/process_templates/basic/:template_uuid
Update Process Template
delete
https://api.seliom.com
/process_templates/directory/:template_uuid
Delete Process Template

Automation Endpoints

These endpoints allow you to request the information required by a process template in order to create a case for it.
get
https://api.seliom.com
/process_templates/automation/:template_uuid/start_definition
Start Definition
get
https://api.seliom.com
/process_templates/automation/:template_uuid/definition_element/:definition_element_uuid/members
Team Members - Start Definition