Reporting API servicenow?

Kiddy
Tera Guru

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??

10 REPLIES 10

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

I didn't find any docs for that

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

hi @Ankur Bawiskar ,

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??

Harika Bhupathi
Giga Guru

Hi @Kiddy 

 

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

find_real_file.png


find_real_file.png

Please mark my answer as correct/helpful, if it is applicable

Regards,
Harika

can we send a pdf of report as in like email through rest api?