Create Standard change through REST API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2016 11:50 AM
Is it possible to create a Standard change through the REST API? If so can you post an example or point to a reference?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2019 08:15 AM
Thanks for the quick response.
When we tested, it seemed like even the non-template fields are not being updated via the Table API rest call, I will do further testing on this.
But, it would be great if we could update the non-template fields in the standard change when we make the first call via ServiceCatalog API, this would avoid overhead of making a second call. Maybe it is a limitation in the API, I am not sure how the data policy is set for standard changes.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2017 06:04 AM
Yes you can. Anthony proposes a good starting point.
It looks like you found my favorite recommendation for third party integrations to ServiceNow - the REST API Explorer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2019 02:00 PM
Thank you for detailing the steps here. It looks like we would need two steps to create a change using standard change template, 1- Use the ServiceCatalog API to create the standard change & 2- Use the Table API to update the non template data required for that change.
My question: Is it possible to override the template data while making the API call to ServiceCatalog API so that the second call to the Table API can be avoided?
In our case, we would still want to utilize the capabilities of the standard change template via ServiceCatalog API, but would want the capability to override the template data.
Any suggestions or directions are appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2019 11:46 PM
Hey Rahul,
We also have the same requirement and i am new to the integartion and working on the same request. Did you find any success in creating the rest api and further process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2020 03:01 PM