Is it possible to create reports using external API as a source in ServiceNow?

Neeraj Modi
Tera Guru

I have an endpoint which fetch the records in JSON, I need to create a report using this JSON response body.

 

Is it possible to create report in SNOW using external API as a source, if yes then how can we achieve this requirement.

 

4 REPLIES 4

AndersBGS
Tera Patron
Tera Patron

Hi @Neeraj Modi ,

 

Where are you populating the data from the JSON in ServiceNow?

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

Best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Ankur Bawiskar
Tera Patron
Tera Patron

@Neeraj Modi 

not possible directly.

you need to store the records in some table and then use that table in reporting.

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

@Neeraj Modi 

Thank you for marking my response as helpful.

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

Mahathi
Mega Sage
Mega Sage

Hi Neeraj,

 

i found this article in the community which might be helpful.

 

Best way to import data from an external source (v... - ServiceNow Community

 

Please check and mark answer helpful if it was useful.

 

Thanks!