How to take xml url
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2016 02:45 PM
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2016 04:45 PM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2016 04:46 PM
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