Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to take xml url

nikita29
Kilo Contributor

Hi All,

I need url for filtered records xml like if we want url for incidents xml then we can use:

https://dev10351.service-now.com/incident_list.do?WSDL

like this I want url for open incidents.

Kindly help

Thanks

Nikita

2 REPLIES 2

Matt Saxton - G
Kilo Guru

Hi Nikita,



Please check out the following.




XML Web Service - ServiceNow Wiki



https://dev10351.service-now.com/incident.do?XML


This would give you all records.



If you wanted to do a query it would look like this.



https://dev10351.service-now.com/incident.do?XML&sysparm_query=active=true