Create standard change request via scripted rest api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 12:08 PM
Hello,
my requirement is to create a scripted rest api in instance A to allow instance B to create change request record in instance A.
So for the scripted rest api I created with the below code. If i create a standard change request in instance B it should also create a record with standard type but its always creating normal type only. When I try the scripted rest api with Rest API explorer and manually passing the type as standard also, its creating normal type only. Can anybody help with this?
[code]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 04:49 PM
Have you reviewed the OOB API for change requests? Specifically there is a standard change version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 01:06 AM
Hi Kieran,
Thanks a lot for your response. I'm still new to ServiceNow and not very familiar with API integrations, especially when it comes to Change Requests. This is my first time working with this type of requirement, so it's a bit overwhelming.
I did go through the Change Management API documentation you shared, but I'm having some trouble fully understanding how to implement it. Would it be possible for you to walk me through the steps to create a Standard Change Request via the API or share an example?
I'd really appreciate any additional guidance you can provide.
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 01:08 AM
Hi Kieran,
Thanks a lot for your response. I'm still new to ServiceNow and not very familiar with API integrations, especially when it comes to Change Requests. This is my first time working with this type of requirement, so it's a bit overwhelming.
I did go through the Change Management API documentation you shared, but I'm having some trouble fully understanding how to implement it. Would it be possible for you to walk me through the steps to create a Standard Change Request via the API or share an example?
I'd really appreciate any additional guidance you can provide.
Thanks again!