Get the current version of process

Hi Team,

Is there any way to get current version of each process? I just wanted it for auditing purpose.
Thanks in advance

Thanks,
Riya

Hi @Riya1

Check below thread

Regards,

HI @lrtetala ,
I tried but mentioned URL is not working from my end,

Thanks

@Riya1

Orchetsrator api is the route

use the below end point with filter on isactive


h

swagger - <OrestratorURL>/swagger/index.html

cheers

Hi @Anil_G ,
Is there any way to get the current package version of all the orchestrator folder.
Thanks

@Riya1

first use get folders

then loop and give each in org unit id

cheers

@Anil_G ,

Is there any way to get all the folders name from orchestrator and fetch the current package
version?

@Riya1

There is a getfoldwrs end point you can use it to get all folder names and ids

Then loop on it and get the packages under eqch

Cheers

@Anil_G ,

Can you please share the snapshot of that activity?

@Riya1

that is an api…you can use in orchestrator http request

here is the api

check swagger for details - <OrchetsratorURL>/swagger/index.html

cheers

@Anil_G,

I have checked but unable to find the URL for the same.
Can you please help me here?

Regards,
Riya

@Riya1

What utl are you unable to find?

Cheers

@Anil_G ,

To get the details of all the folder

@Riya1

you meant the end point?

it is odata/folders as in screenshot

cheers

@Anil_G ,
It is giving the one folder name where my robot is created.

@Riya1

I believe your robot has access only to one folder…give access to all

Cheers

@Anil_G ,
I have the access of all the folders…When I m login into orch.I can able to see all the folders.

@Riya1

did you happen to login using bot account?

cheers

@Anil_G ,

No,I am using my id only

@Riya1

ideally if you are trying from studio which ecer id you used to connect the robot is used to get the details

cheers