How to pass values dynamically at end point url in REST API?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 10:53 AM
How to pass values dynamically at end point URL in REST API?
Scenario: i want pass values dynamically below URL .
https://XYZ.service-now.com/api/now/table/incident? --> dynamically table or any other values at end point URL
Thanks
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 11:08 AM
You will have to configure a scripted REST API where you can accept dynamically input parameters and process them.
Regards,
Sachin