Question

REST API Get method using with body{}

  • 25 June 2023
  • 2 replies
  • 285 views

Badge

Hello everyone,

I need to send a GET api with body{}

I didn’t find a way how to do that in Automation Anywhere.

Does anyone know how to do this? I don’t find how can I enter this thing .

 


2 replies

Badge

Hi @Pessy 2427,

Most of the time when we use a Get method under Rest Web services,

The ENDPoint will contains the necessary informations to get the details and not required to give any JSON Body.


Please refer the below document for more Info: https://docs.automationanywhere.com/bundle/enterprise-v2019/page/auth-api-supported.html#tag/auth/paths/~1authentication/post
 

Userlevel 6
Badge +15

Hi @Pessy 2427 ,

Please check out the below link,

REST Web Service package

How to use REST Web Services Package in Automation 360

Reply