cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Passing URI Parameters to snaplogic trigger task

tchaitenyakumar
New Contributor

Hi All,

I need to pass URI parameters in the end point URL instead of Query parameters. Please let me know how can i define URI Parameters to send data like (htttps://abc-snaplogic.com/C3342343)

When i use the pipeline parameters it will be coming as Query parameters(https://abc-snaplogic.com/changenumber?C3342343)

 

Thanks,

Chaitenya

1 REPLY 1

SpiroTaleski
Valued Contributor

@tchaitenyakumar 

Everything that you will put after the Task URL will be treated as URI Parameters. And you can access those using PATH_INFO argument in the pipeline. 

SpiroTaleski_0-1718117091747.png

If you are using Query parameters, those can be accessed through pipeline parameters or also by using the QUERY_STRING argument in the pipeline.