Reporting API servicenow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2021 04:16 AM
Hi
we have reporting table api ootb how and why is this used for?
i am trying to send a report as a rest api (GET) response any ideas how can we achieve this??
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2021 04:41 AM
Hi,
I didn't find any docs for that
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2021 02:35 AM
hi
my 3dr party has requested to send a report picture so that they can display it on the dashboard i am trying to achieve this ,is this possible through REST API?
Like they send userid and we need to send tickets assigned to user in graphical report picture??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2021 04:54 AM
Hi
Reporting API using GET Method will fetch you all the details in response related to the reports like below
url : report URL
id : SysID of report
title: Name of the report
type : Type of the report
table: Table name under which the report is prepared ...etc
Find below screenshots for the same


Please mark my answer as correct/helpful, if it is applicable
Regards,
Harika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2021 02:32 AM
can we send a pdf of report as in like email through rest api?