Show examples in:
    Workflow

    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

    id  string
    RFC 4122 UUID of workflow expressed in URL-safe base64 format
    type  string
    Must be exactly "workflow"
    name  string  Example: "Approval by editors required"

    The name of the workflow

    stages  Array<object>  Example: [{"id":"waiting_for_review","name":"Waiting for review","initial":true}]

    The stages of the workflow

    api_key  string  Example: "approval_by_editors"

    Workflow API key

    Available endpoints