1. Custom Workflow Object

Custom Workflow Object

Properties

  • id

    number

    The numeric ID

  • content_types

    string

    Array of content types associated with this workflow

  • is_default

    boolean

    Boolean to set as the default workflow

  • name

    string

    Workflow name

Example
{
  "workflow": {
    "id": 15268,
    "content_types": [
      "author"
    ],
    "is_default": false,
    "name": "author"
  }
}