Table API Quert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2023 02:02 PM
Need table API to retrieve all the incidents assigned to my group (assignment_group) with state (New and InProgress) only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2023 09:35 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2023 10:39 AM
@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...
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.