How to get the list of approvers and their email addresses using REST API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2017 03:27 PM
How to get the list of the approvers and their email addresses using REST API. I found this table sysapproval_approver but it's not clear to me how to get the approvers information for the specific list of tasks ?
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2020 12:44 AM
Dear all, I am new to the community and trying setting up snow apis for my team.
I need to extract the all approvers listed on a change to send them a notification. How can I extract those based upon a change number provided?
thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2020 03:48 PM
Hi Rahul,
First of all you would need to get sys_id - value based on the CHG nuber
https://YOUR_INSTANCE.service-now.com/api/now/table/change_request?number=CHGxxxxxxxx&sysparm_fields=sys_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2020 09:58 PM