Search code examples
restssiskingswaysoft

How to dynamically change the base URL in Kingsway Connection Manager


I want to make a rest call with SSIS, is it possible to make the URL dynamic based on an input?

ex:  I have an input column id. I want below url update based on this[id]: https://192.168.51.222/pro/api/nodes/[id]/attachments  is it doable?  Thanks


Solution

  • I solved it by using the relative path option:

    Base Url:192.168.51.222/pro/api/nodes
    Relative path: [id]/attachment