The CreatorCon Call for Content is officially open! Get started here.

How to pass values dynamically at end point url in REST API?

RAM75
Tera Contributor

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

sachin_namjoshi
Kilo Patron
Kilo Patron

You will have to configure a scripted REST API where you can accept dynamically input parameters and process them.

 

Regards,

Sachin