- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 01:06 PM
Hi there,
I am trying REST API Explorer POST method to create a change request with type emergency but I am not sure how to specify that I want a change request to be created as an emergency change.
Any hints?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 01:12 PM - edited 03-25-2025 01:13 PM
Hi @AJ2025
You can use the below payload in the body of postman.
{
"short_description": "Test Change Request",
"description": "This is a test change request.",
"change_type": "Emergency "
}
Please accept the solution and hit thumbs up if my response helped, so that it benefits future reader as well.
Regards.
Rohit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 01:19 PM
Hi @AJ2025
You need to pass three parameters in the following format:
-
Short Description
-
Description
-
Change Type
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 01:12 PM - edited 03-25-2025 01:13 PM
Hi @AJ2025
You can use the below payload in the body of postman.
{
"short_description": "Test Change Request",
"description": "This is a test change request.",
"change_type": "Emergency "
}
Please accept the solution and hit thumbs up if my response helped, so that it benefits future reader as well.
Regards.
Rohit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 01:19 PM
Hi @AJ2025
You need to pass three parameters in the following format:
-
Short Description
-
Description
-
Change Type
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 01:23 PM
Thank you Rohit and AG.
I also found this :