Through workflows it is possible to set up a precise state machine able to bring a draft content up to the final publication (and beyond), through a series of intermediate, fully customizable approval steps.
Object payload
idstring
RFC 4122 UUID of workflow expressed in URL-safe base64 format
typestring
Must be exactly "workflow"
namestringExample: "Approval by editors required"
The name of the workflow
stagesArray<object>Example: [{"id":"waiting_for_review","name":"Waiting for review","initial":true}]