Get JSON file from URL
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2023 10:53 AM
I'm trying to get this JSON from the URL but all im getting is an error : "Request not sent to URI" , if this is not the correct way to get a JSON file, how is the right process?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2023 02:51 PM
Hi, the process requires an API endpoint, you query the API and this returns the result of your query (these are normally JSON formatted).
API details can be found here, and for data retrieval the table API would be the API to utilize.
REST API | ServiceNow Developers
You can test rest API's from within an instance using the REST API explorer
Use the REST API Explorer (servicenow.com)