Rest API to read JSON
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2024 08:09 AM
I have to connect to an API which returns JSON data, How do i connect to the API from App Engine studio and parse the JSON and upload it into a table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2024 03:10 AM
Their are multiple ways to make REST API call from the ServiceNow instance. One way could be to configure Outbound REST Message https://docs.servicenow.com/bundle/tokyo-application-development/page/integrate/outbound-rest/concep...
Another way is through Integration Hub REST Step via Flow Designer https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0823218
Can you please let me know when you want to make this REST API call ? Based on that, we can decide the next set of steps.
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2024 05:32 AM
Please check the link for read JSON
https://www.servicenow.com/community/developer-blog/json-parsing/ba-p/2279166
Thanks
Thanks
dgarad