Legacy Dev Forum Posts

 View Only

Sign Up

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

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

    Posted 06-05-2025 18:44

    rajashree511 | 2023-04-13 08:32:20 UTC | #1

    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.


    Jerome.Saint-Marc | 2023-04-13 08:40:34 UTC | #2

    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,


    rajashree511 | 2023-04-13 08:40:09 UTC | #3

    Hi,

    Thanks for your prompt reply.


    system | 2023-05-14 08:40:47 UTC | #4

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


    This post was migrated from the old Developer Forum.

    ref: 19427