Is there an API for exporting a Service Map as PDF?

louspringer
Kilo Contributor

Title says it all.

3 REPLIES 3

DilipKumar DJ
Kilo Guru

Hi Louis,



Activate Webkit Plugin.


haseena ayesha
Kilo Guru

Hi


Louis,



ServiceNow offers a variety of ways for administrators and users with the itil role to export data:


  • Form export: Export an individual record from the user interface. Choose PDF or XML format directly from a form.
  • List export: Export multiple records from the user interface. Choose CSV, Excel, PDF, or XML format directly from a list.
  • Scheduled export with reports: Automatically export multiple records from a table on a set schedule. Create a scheduled job to regularly export data as a report.
  • Direct URL access: Export multiple records from a table using the ServiceNow CSV, Excel, PDF, or XML processor. Specify the table form or list you want to export in the URL.
  • Web services/SOAP: Export multiple records from a table when an external client makes a web services request. Create an external application or process to automate the retrieval of data from an instance via web services or SOAP.
  • Please go through the bellow links:
  • http://wiki.servicenow.com/index.php?title=Exporting_Data#gsc.tab=0

            http://wiki.servicenow.com/index.php?title=PDF_Web_Service#gsc.tab=0


            https://wiki.servicenow.com/index.php?title=Direct_Web_Service_API_Functions#gsc.tab=0



Thanks&Regards


Haseena.


                                              PS: Hit like, Helpful or Correct depending on the impact of the response


nasrin786
Kilo Expert

Hi Louis,


There is possibility through REST API to export data as PDF



https://docs.servicenow.com/bundle/helsinki-servicenow-platform/page/integrate/inbound-rest/concept/...



glide.pdf.max_rows = default export limit



Export data



Regards,


Nasrin Syed



                                                                                                PS: Hit like, Helpful or Correct depending on the impact of the response