456
Views
1
Comments
Dynamic URL for an API
Question

Hi, i want to make an api dynamic, for example i need make 2 petition with similar endpoint: 

So i want only to make one method usig an url like this with a method of a rest api using the values in red like input parameters:

It is posible, because a try this and dont works, or i can use other form to do this more dynamic.

Help please.



2022-07-12 16-41-57
Pedro Costa

Hi Sergio,


I think you can achieve using OnBeforeRequest.

 https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/REST/Consume_REST_APIs/Simple_Customizations


If you look at the structure, there is a list of requests sent.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.