Use REST API to get details of a Change Requests which are beyond the scheduled date) in Servicenow

Jeya
Tera Contributor

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

1 REPLY 1

Kirby R
Kilo Sage

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.

 

KirbyR_0-1676280236441.png

 

KirbyR_1-1676280271979.png

 

Please mark correct answer if this helped you.