Skip to main content
Ground Control | Tier 1
May 24, 2022
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!!

  • May 24, 2022
  • 1 reply
  • 85 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

    Automation Anywhere Team
    June 28, 2022

    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