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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2023 08:57 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2023 09:43 AM
Hi @Deepika Mishra ,
Please go through the below link for outbound REST API introduction, this developer portal explained all basics of REST API
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.
-Thanks
Ashish
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution