How to update / approve a change request using scripted rest API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2022 05:40 AM
Hi I want to approve / reject a change request using scripted rest API . Can anyone help me with this .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2022 05:46 AM
Hi Anshuman,
You can use OOB Table API on Approval table for approving/rejecting the records.
And refer to this thread for the details on the usage of Scripted REST APIs for approvals:
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2022 10:41 PM
we are not using a normal user auth instead we are using a Integration user auth. Also we need a scripted API or similar mechanism so that we can impersonate the user to approve / reject the change request using Integration user auth.