Orchestrator API To Download A Package

Call HTTP request to download a package from the Orchestrator.

UiPath HTTP Request Activity or custom call to the API can be performed from Curl, C#.

Check the below parameters for the payload and add them according in your HTTP Request Activity or code:

  • AcceptFormat : Any
  • BodyFormat:- multipart/form-data
  • Header:
    • Authorization - Your access Token (Bearer Token)
  • Parameters:
    • Content-Type : "application/octet-stream"
    • Content-Disposition : "attachment"
  • ResourcePath : path
3 Likes