GET data from API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 03:46 AM
HI All,
Is there any way we can retrieve data not from direct table API but from Scripted or Import Set API. I know this is silly question but still want to know if feasible really because as of now we are retrieving from table API.
Please suggest.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 03:55 AM
Hi Snowuser,
Getting the table data from servicenow is possible in following ways if 3rd party wants to get the data.
1) direct table api
2) scripted rest api - you will have to form the json response and send it over.
Can you explain your scenario what is to be achieved?
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 05:02 AM
ya i mean we send response messages to third party , but what I was looking is say scenario:
In Service Portal, when users want to see some fields related to users or specific field they want to populate a field where they have to select Approver so it has to be limited not the whole user table.
Thanks