We are looking into a new process workflow which overwrites historical fields in the system each type a new approval is routed. Before finalizing a decision on this workflow, we’d like to ingest from Offer Management APIs or another endpoint available, to ensure we have historical documentation each type it’s overwritten. The fields are on the Offer Approval tab, and called:
Approver
Date
Status
Notes
Is that possible? I see in GET /offer/approval Retrieve the approval chain for a given offer id but there are not Date and Notes in the response.
If I'm understanding you correctly, you're trying to solve the problem of data being lost when approvals are restarted.
Unfortunately, I don't know of an endpoint which is going to get you the Date & Notes, and you call out in your message they aren't available via GET /offer/approval.
I'd love to hear you if you're able to figure out a solution to this problem.
If I'm understanding you correctly, you're trying to solve the problem of data being lost when approvals are restarted.
Unfortunately, I don't know of an endpoint which is going to get you the Date & Notes, and you call out in your message they aren't available via GET /offer/approval.
I'd love to hear you if you're able to figure out a solution to this problem.