Change life cycle state

POST https://{{host}}/athento/site/automation/Document.FollowLifecycleTransition/

Change the life cycle state of the document. This applies only to the main life cycle.

Permissions

The user needs write permission on the document.

Mandatory data

This web service requires at least:

  • input

  • "params" -> "value"

Input

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

Params

value

Name of the life cycle state to which the document life cycle will be moved.

Request Body

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