Skip to main content

i am able to get output in jason format by using 

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

Body

{

  "packageName": "MasterTask_Test.atmx",

  "selectedFileIds": u

    1066

  ],

  "fileIds": f

    1066

  ],

  "excludeMetaBots": false

}

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

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