ServiceNow Direct URL/API to download Incidents/Tasks.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2018 02:29 AM
Hi Everyone,
If there is any direct URL/API to download all the incidents/tasks from Service Now, kindly share.
Regards,
Debojyoti Paul
Labels:
- Labels:
-
Incident Management
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2018 11:09 AM
Hi there,
If you browse to REST API Explorer https://[your instance URL]/nav_to.do?uri=%2F$restapi.do, you can use the Table API to fetch all incidents records.
The Request URI to get all incidents would be:
GET https://[your instance URL]/api/now/table/incident
Hope this helps.