I need the Rest API request to create an incident task under a existing Incident.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2020 10:40 AM
hi ,
I am looking for Rest API sample to create a incident task under existing Incident.
any help will be grateful.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2020 09:21 PM
Try this
POST https://<instance_name>.service-now.com/api/now/table/incident_task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2020 09:39 PM
The end points are
https://ncrdev1.service-now.com/api/now/table/incident_task
You can pass the incident number via variable substitution in REST message you configure to pass incident number.
If you need properly configured REST message let me know, although you can also create it.
Thanks
Sudhanshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2020 09:48 PM
Hi,
REST API is recommended when you are getting incidents from 3rd party system.
Go through below link that will help you and you can also use sample scripts to create/update/read incidents.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 04:23 AM
How can I send a dot-walk reference field (like caller_id.email) in the ServiceNow Incident Creation API payload?