Forum Discussion

Toby's avatar
Toby
New Contributor II
5 years ago
Solved

Including payload in REST Get Snap

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

5 Replies

  • Haven’t you looked with the Rest POST snap. Why do you must use the Rest Get with a payload? - not typical.

    • Toby's avatar
      Toby
      New Contributor II

      Yes, I agree but I have not control over it. It’s the List API here >>> Workspace API 2.0 | Databricks on AWS.

      I’ve tried Post but the API isn’t listening for it, the only option is READ with a payload, which is trivial through code or tools such as Postman, but I can’t find a way through Snap. Any ideas welcome! Thanks.