1. Workflow Stage Change Object

Workflow Stage Change Object

Workflow stage changes are objects that are assigned to a specific content item.

Properties

  • id

    number

    The numeric ID

  • user_id

    number

    User id

  • created_at

    string

    Creation date (Format: yyyy-MM-dd'T'HH:mm:ssZ)

  • workflow_stage_id

    number

    Workflow Stage id

Example Object
{
  "workflow_stage_change": {
    "id": 18,
    "workflow_stage_id": 123,
    "created_at": "2020-01-01 10:00:00",
    "user_id": 123
  }
}