The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Get JSON file from URL

Jose Santos Alv
Tera Contributor
 

JoseSantosAlv_1-1689875420188.png

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

Tony Chatfield1
Kilo Patron

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)