Flow Designer - Using Request Body in Get calls inside a REST step

DJ DeJarnette
Tera Expert

We're currently making an API call using flow designer and the API owner had a strange request.  He is requesting that in the GET call we include data in the request body. 

 

The problem is that GET is the one HTTP Method that doesn't show the Request content in the REST Step to allow you to send data in the Request Body because it doesn't show the Request Content field.

 

Is there any way to get the REST Step in flow designer to send Request Body data via a GET call?

2 REPLIES 2

Sumanth16
Kilo Patron

Hi @DJ DeJarnette , 

 

Please refer to below thread:

https://www.servicenow.com/community/developer-articles/outbound-rest-integration-using-flow-designe...

 

If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!

 

Thanks & Regards,

Sumanth Meda

Thank you for your response but this link is about the setup and configuration of the REST step, which we have already created.  The catch that we are getting hung up on is that the GET method needs to pass Request Body details.  GET is the only HTTP Method we've found that does NOT show the Request Body data.