Data Source Rest API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 06:31 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 06:53 AM
Hey,
PFB.
Import Set API | ServiceNow Developers
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 11:15 AM
Hi, Thanks for the link but i don't see how to do import with rest api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 05:31 PM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2022 11:16 PM
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:
If time permits, I recommend taking the full course available in the above link.