1. The Approval Object

The Approval Object

Properties

  • id

    number

    The numeric ID

  • status

    string

    Status of approval

  • story_id

    number

    ID of content entry that should be approved

  • approver_id

    number

    ID of the User that should be the approver

Example Object
{
  "approval": {
    "id": 11,
    "status": "pending",
    "story_id": 1066,
    "approver_id": 1028
  }
}