Azure Data Factory - No "body" option for GET method into copy data's REST source

Gigi Giorgobiani 5 Reputation points
2023-06-22T13:50:11.2066667+00:00

I have a list of parameters for the REST API call. The method I am trying to call API is Copy Data with REST source, method is GET and there is no body section there.
So where do I exactly specify these parameters? Header is clearly not meant for this purpose. In case of POST calls I could successfully specify the parameters in the body section but there is not body option for GET. User's image

User's image1

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,464 questions
{count} vote

1 answer

Sort by: Most helpful
  1. JASON WELCH 0 Reputation points
    2025-05-02T14:48:31.95+00:00

    For anyone else who arrives here with the same issue <sigh>:

    • Change verb to POST
    • Enter your required Body content in the box
    • Save
    • Change verb back to GET - the Body UI will disappear
    • Save and run

    Although the Body content is no longer visible in the UI, a quick debug will show that the previously-entered Body is sent with the GET verb.

    Thanks Microsoft - a bug that actually does something useful :D

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.