Data Source Rest API

Anisse Mahtat
Tera Contributor

Hi ,

 

I want to get data from an api for a table in my instance. 

I don't see a good tutorial or something for doing this. 

Can you help me please ?

 

Thanks 

4 REPLIES 4

Saurabh Gupta
Kilo Patron
Kilo Patron

Hey,

PFB.

Import Set API | ServiceNow Developers





Thanks and Regards,

Saurabh Gupta

Hi, Thanks for the link but i don't see how to do import with rest api

Jerick I
Kilo Sage
Kilo Sage

@Anisse Mahtat you can check this post AwesomeNow Load data Import Set API, you may also refer on this documentation Rest API and use rest api explorer table api.

Mohammad Nayeem
Tera Expert

Here is documentation for Table API. You may use "GET" method to pull data from any table in ServiceNow. You must give appropriate role(s) to the integration user account to read data in the target table.
https://developer.servicenow.com/dev.do#!/reference/api/tokyo/rest/c_TableAPI?navFilter=table

 

Helpful tutorials:

https://developer.servicenow.com/dev.do#!/learn/courses/tokyo/app_store_learnv2_rest_tokyo_rest_inte...

 

https://developer.servicenow.com/dev.do#!/learn/courses/tokyo/app_store_learnv2_rest_tokyo_rest_inte...

 

If time permits, I recommend taking the full course available in the above link.