Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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