โ09-19-2024 02:31 PM
I'm building an API endpoint and have created a path with a parameter to get records related to a specific ID. If I skip all steps in the recipe and test it, I can see that the parameter is passed in. However, when I edit my recipe, there is no data pill for the path parameter. I can't figure out how to reference that path parameter.
Solved! Go to Solution.
โ10-03-2024 08:10 PM
Hi @jmcvicker ,
You can also use a JSON parser to parse the payload from the Trigger if the data pills are not displaying from the data tree.
โ09-25-2024 04:17 AM
Hi @jmcvicker ,
When you set up API end point (refer to below end point)
end point: https://apim.workato.com/poc/employee/{id}
Testing: when you hit the end point, you can see the parameter in the response of an API end point.
Solution: Add the logger or variable, map the parameter object respectively in formula mode.
โ10-03-2024 08:10 PM
Hi @jmcvicker ,
You can also use a JSON parser to parse the payload from the Trigger if the data pills are not displaying from the data tree.