Configure JSON object as input in GET request (data action)

Hi,

I have a query related to the GET data action. We have already tried by passing input as query parameter in the Request URL and it is working fine. We want to know if the same can be achieved without passing query parameter, but by configuring the input as a JSON object in data action. Please let me know if there is any way to achieve this.

Thanks.

Hello,

No, it is not possible.
WebServices Data Actions only support GET with empty body. WebServices Data Actions only leverage the request body with POST/PATCH/PUT/DELETE.

Regards,

Hi,

Thanks for your prompt reply.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.