01-22-2021 12:50 PM
Hi, I need to call a REST GET method but it needs a payload e.g. {“path”: “xyz”}. I can’t find anyway to call a GET endpoint and include a payload in Snaplogic, does anyone have a solution? Thanks
Solved! Go to Solution.
01-23-2021 10:14 AM
Try passing the path and its value as a query parameter. Their documentation suggests this should work:
01-23-2021 11:11 AM
Oh don’t I feel stupid, I didn’t see that. Thanks very much for your help, works a treat.