ServiceNow Direct URL/API to download Incidents/Tasks.

Debojyoti Paul
Kilo Explorer

Hi Everyone,

If there is any direct URL/API to download all the incidents/tasks from Service Now, kindly share.

 

Regards,

Debojyoti Paul

1 REPLY 1

JennyHu
Tera Guru
Tera Guru

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.