Find API and Request body
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 05:19 AM
HI Community,
If I create an Incident via Postman using Table API, How to find out API and Request body in ServiceNow?
I have other scenario similar similar like this Incidents are created by other integration system but other systems highlighting they have not sent the value in request body.
- Labels:
-
Multiple Versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 05:44 AM
Hi Ramesh,
This Video should help you at a whole to understand the concepts :
https://www.youtube.com/watch?v=vde7yeyayDU&t=970s
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 08:45 PM
Hi Sandeep
I want to see what is the body parameter passing while creating Incident?
We dont have access in other system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 10:17 PM
Refer to the video , it will tell you.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2022 04:11 AM
Hi Ramesh,
First, mandatory fields in Incident are "Caller" and "Short description" so these fields must be specified when adding a new record.
I usually use REST API Explorer to get the data body.
- From Navigator, go to "System Web Service" > "REST" > "REST API Explorer".
- Select POST and Incident table as follows.
- Move down the page and click on the "Add a field" button.
- Add fields to send and enter their values. Request body json string is shown below the fields.
- Test sending a data and check to see that the record is inserted. If a record is inserted, copy the json string and use it in request body changing the values to those required.