REST API Explorer step by step guide to fetch value of catalog variables from RITM.

Deepika Mishra
Mega Guru

I have a requirement to create an end point where I need to pass RITM (which will be created while submitting the Catalog Item and RITM is generated where values are captured in variables).

Please help me with step by step guide of how to implement the same as I have zero knowledge on integration.

1 REPLY 1

AshishKM
Kilo Patron
Kilo Patron

Hi @Deepika Mishra ,

 

Please go through the below link for outbound REST API introduction, this developer portal explained all basics of REST API

https://developer.servicenow.com/dev.do#!/learn/learning-plans/utah/servicenow_application_developer...

 

Watch this 

https://www.youtube.com/watch?v=PLuE-iMcDgs 

or 

https://www.youtube.com/watch?v=ulKSAZsxFlw&list=PLrhqGp3sUzhvrPxGcTawhMl6v49ACCTlG

 

There are many scripted REST API end-points available OOTB, you can refer any and create similar one. Open any one and read the Resources ( GET or PUT) method, this resource method has script part which manage the input, process it and return the output. 

 

AshishKMishra_0-1699378560762.png

 

-Thanks

Ashish

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution