REST API Response format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2018 11:18 PM
Hi All,
I am working on an integration. i have to use GET method.
I have an api end point with method get which only return in the format of XML only. I am only supposed to use REST.
How can i convert the XML to a table in servicenow effectively. I am not to use SOAP.
Thanks,
Abhi
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 12:22 AM
Hi Abhinab,
Any update on this?
Can you mark my answer as correct, helpful if you were able to achieve the requirement. This helps in removing this question from unanswered list and helps users to learn from your thread. Thanks in advance.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2025 06:40 AM
You can A) Use the XML parser step to extradite from response body or B) Create a script step that parses the response body and writes the results to output variables.
please mark correct if this solves your issue and mark helpful if you find it worthy.
thanks !
Ravi