The CreatorCon Call for Content is officially open! Get started here.

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

Hi @Kiddy 

Check the below link, they might helpful based on your requirement

https://developer.servicenow.com/dev.do#!/reference/api/orlando/rest/c_AttachmentAPI

 

https://developer.servicenow.com/dev.do#!/reference/api/orlando/rest/c_EmailAPI#r_email-api-get

To send screenshot of the report you can do something similar like mentioned in below link and send the screenshot as an attachment using Attachment API

https://community.servicenow.com/community?id=community_question&sys_id=8b448f29dbd8dbc01dcaf3231f961927

 

Please mark my answer Correct/helpful , if applicable

hi harika,

how can we call attachment api or create a report using dynamic user requested

@Kiddy ,

 

Refer below servicenow doc on Attachment API, you'll have all the info how you can use the API

https://developer.servicenow.com/dev.do#!/reference/api/orlando/rest/c_AttachmentAPI

 

Could you please mark my answer as correct for Reporting API and close this thread?

Hi @Kiddy 

 

Hope you are doing good.

Could you please mark the relevant answer correct and close this thread.

If you need more details about Reporting API, refer the below article where I have mentioned all the details with example

 

https://community.servicenow.com/community?id=community_article&sys_id=4f242466db7e2490190b1ea668961951

If you find the article helpful, please mark it helpful and do bookmark for future reference

 

BR,

Harika