Use REST API to get details of a Change Requests which are beyond the scheduled date) in Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2023 11:13 PM - edited 02-12-2023 11:39 PM
Hi,
I am new to this SNOW.
I am looking for help in REST API solution where I can fetch all the change requests of assignment groups which are aged ( crossed the schedule date) and still not closed in servicenow and in the output response I can get the Change request values like "Type", "Configuration Item", "Short description", "description", etc
Looking forward for some help.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2023 01:25 AM
Hi @Jeya ,
You may try to use ServiceNow REST API Explorer. Just build your filter in change_request table and copy the query in sysparm_query.
See attach for reference, you can modify it to fit your requirement.
Please mark correct answer if this helped you.