Question

Hi Team, I am trying to export the Bot from AAv11x using Rest Web Services But i am not able to download the aapkg after using the Export API Kindly let me know how can we download using Rest Web services Thanks in advance!!

  • 24 May 2022
  • 1 reply
  • 38 views

i am able to get output in jason format by using 

URI: {Control Room}/v1/blm/export

Body

{

  "packageName": "MasterTask_Test.atmx",

  "selectedFileIds": [

    1066

  ],

  "fileIds": [

    1066

  ],

  "excludeMetaBots": false

}

Wanted to know how to download the aapkg using Rest web services


1 reply

Userlevel 6
Badge +9

Hi @sharath hegde​ ,

 

Good Day!

Please try with swagger it will returns a download link otherwise if you are using any other application then the response should be saved as a binary file in aapkg format.

 

Ref Doc: https://docs.automationanywhere.com/bundle/enterprise-v11.3/page/enterprise/topics/control-room/control-room-api/export-import-bots-api-blm-on-demand.html/p>

 

Screenshot:

imageThank you

Reply