dwhansen-cbg
6 years agoContributor
Pass triggered task parameters using JSON payload using RESTful POST
I have a triggered task that is set up to accept around 10 parameters as well as a bearer token to kick off a pipeline. I know that I can pass parameters into a triggered task API call via the URI (i.e. ?param1=value1$param2=value2) using a RESTful GET. This is less than ideal and I don’t like the idea of the parameters being in the URI.
Is it possible to pass parameters into a triggered task via a JSON payload using RESTful POST?
To clarify, I have tried it and the pipeline kicks off but with empty parameters so it ends up failing.