Export Directly From A URL
Export Directly From A URL
docs.servicenow.com/bundle/jakarta-platform-administration/page/administer/exporting-
data/task/t_ExportDirectlyFromTheURL.html
You may want to export data from the URL if you need to dynamically export data from a
script or web service.
You must be familiar with the ServiceNow table and column names to export data directly
from the URL. See URL schema for more information about navigating to forms and lists.
Query parameters are available for you to use in the instance URL so you can display a
specific list of records in a specific order:
sysparm_query sysparm_query= Displays a list of records that match the query. For example:
[column name]
[operator][value] https://<instance name>.service-now.com/incident_list.do?
XML&sysparm_query=priority=1
sysparm_orderby sysparm_orderby= Sorts a list of records by the column name provided. For
[column name] example:
https://<instance name>.service-now.com/incident_list.do?
XML&sysparm_query=priority=1&sysparm_orderby=assigned_to
To export data directly from the URL, create a URL containing the following parts:
Procedure
URL Description
1/2
URL Description
Note: ServiceNow enforces basic authentication for direct URL access. The data
extracted from the URL contains only the fields to which the currently authenticated
user has read access.
2/2