- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 02:11 PM
I want to send a POST request into servicenow.
servicenow should respond with the object = {bid:500}.
Is that possible in servicenow?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 05:45 PM
Hi @juan9 ,
ServiceNow offers REST API for the tables out of the box, you can check them using REST Explorer in your instance.
Coming to your specific requirement, yes we can do that using Scripted REST API.
You can check the following links for quick help.
Thanks,
Anvesh
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2023 05:45 PM
Hi @juan9 ,
ServiceNow offers REST API for the tables out of the box, you can check them using REST Explorer in your instance.
Coming to your specific requirement, yes we can do that using Scripted REST API.
You can check the following links for quick help.
Thanks,
Anvesh
Anvesh