Version 2020 Orchestrator-Advice

Hi guys I am trying to start a job using orchestrator API- all this is done through postman. Our orchestrator is 2020 version which is an old version. I need assistance on trying it on the 2020 version, is it worth trying or It needs to be upgraded to the latest version?

I used that url to try and get the folder key and ID and on the Authorization I used the NTLM as indicated below for authorization,:seems to be the one working,
image

And so I was able to get the key and the folder ID’s as below:

From here am I able to start any jobs? please help on the steps I also have swagger

Hi!
Are Releases and Jobs available in your swagger?
First use GET Releases to find the release key associated with the process you want to run.


Using the release key you can then use POST StartJobs to start the process.

Good day @sven.wullum1 , thanks for your response.
Yes I do have them


Hi the ID I use is it this one I got from the release response


Or the folder ID?
I’m receiving an error:

Yes, you need the organization unit too.
You’ll find it in your release response as well.

1 Like