Is it possible to download package from the orchestrator using API? (not with the download button)
I can upload one with “odata/Processes/UiPath.Server.Configuration.OData.UploadPackage()” and activate it but i can’t found the download request.
The purpose is deployment from test environment to production environment.
You need to set the end point URL to OrchestartorUrl + “/odata/Processes/UiPath.Server.Configuration.OData.DownloadPackage(key=‘:’)”. Then the BodyFormat must be multipart/form-data. Hope that helps
I am using OrchestratorHttp api request to download package from the orchestrator. i get binary result in response but not sure how to retrive nupkg file from it.
can you please suggest solution if you already know about this. Thank you!
According to the research I did, Orchestrator HTTP calls are not designed downloading the packages. Only swagger is and with 2020.x version onward, the swagger syntax has changed and is not backward compatible. It broke my old code and I have to spend some time figuring it out with the new version.
can you share the xaml? i am as well trying to download the package from orchestrator but i am not able to get what i am doing wrong. It would be helpful if you can share the xaml