Table API Quert

Dindukurthy
Giga Explorer

Need table API to retrieve all the incidents assigned to my group (assignment_group) with state (New and InProgress) only

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Dindukurthy 

 

What exactly you want, that from SN or in SN you need these details? Please elaborate more

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Sainath N
Mega Sage
Mega Sage

@Dindukurthy :  Below is the sample table API. This can be easily generated from the REST API Explorer module in ServiceNow.

 

https://devXXXXX.service-now.com/api/now/table/incident?sysparm_query=assignment_group%3D37b0201107f...

sainathnekkanti_1-1703183863511.png

sainathnekkanti_2-1703183904212.png

 

If you are testing out of ServiceNow, make sure that you have a valid service account (local user, valid roles) for basic authentication.

 

Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.