Hi @daBellows . Depending on the object type of the Request (e.g. Issue/OPTASK), you'll find the `approvalID` on that record:
{
"data": {
"ID": "63ab...",
"awaitingApprovals": [
{
"ID": "63de...",
"status": "PEND",
"objCode": "APR",
"assignedToID": "58e..."
}
]
}
}
And to safely approve, you can use the Workfront "Misc Action" module's "approveApproval" action with the approvalID value