Start life cycle

POST https://{{host}}/athento/site/automation/Context.StartWorkflow/

Start a life cycle of the document.

Note: If the life cycle is already started for the document, will not be restarted.

Permissions

The user needs write permission on the document.

Mandatory data

This web service requires at least:

  • input

  • "params" -> "id"

Input

This request needs as an input the UUID of the document for which the life cycle will be started.

Params

id

Name of the life cycle that will be started.

Request Body

{"input"=>"a7e7c74c-ca91-41d0-9f47-c4960ed99b13", "params"=>{"id"=>"Lifecycle1"}}