Creating multiple records using mulitple JSON from REST API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2020 04:53 AM
Can we create multiple incidents in servicenow through one rest api call maybe using multiple json?
The api we are using is :
POST /now/table/{tableName}
If it is possible how can we implement that?
Was it possible in any of the previous versions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2020 01:08 PM
You can achieve this by using Scripted rest API. Please follow the below thread.
-Thanks
Prateek kumar
Please mark my response as correct and helpful if it helped solved your question.
-Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2020 01:16 PM
Hi,
That POST API which you are showing is one to one. if you want to do this you have to do this using Scripted REST API and JSON Object into an array.
Nice video to achieve this:
https://www.youtube.com/watch?v=eB6CeA8RCig
Thanks,
Ashutosh