Reputation: 13
I am seeking assistance on how to retrieve information about a change, including the affected Configuration Items (CIs), using the ServiceNow API.
I have already attempted the following API request.
Could anyone please help on how to successfully retrieve the desired change information, along with the affected CIs, using the ServiceNow API?
Thank you in advance for your assistance.
I have already attempted the following API request.
It should have returned some json result back.
Upvotes: 0
Views: 610
Reputation: 21
Use the ServiceNow REST API Explorer... Wonderful tool built-in to ServiceNow that will allow you to specify the API query you wish to make and it'll give you the exact API envelope/endpoint for you query-- even provides sample code for the main languages you'd likely be using.
Upvotes: 0