Skip to content

The Approval Object

  • 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
}
}