Forum Discussion

tchaitenyakumar's avatar
tchaitenyakumar
New Contributor
2 years ago

Passing URI Parameters to snaplogic trigger task

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

  • SpiroTaleski's avatar
    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. 

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