The Approval Object
Properties
-
id
numberThe numeric ID
-
status
stringStatus of approval
-
story_id
numberID of content entry that should be approved
-
approver_id
numberID of the User that should be the approver
Example Object
{
"approval": {
"id": 11,
"status": "pending",
"story_id": 1066,
"approver_id": 1028
}
}