To retrieve Release key of any process

Hi,

I want to retrieve release key of the given process name from Orchestrator. Please suggest some ideas.

Regards,
Sadeesh

You can send a http request to this URL to get the release key @Sadeesh

https://platform.uipath.com/odata/Releases

1 Like

Hi Hareesh,

Thanks for your reply. Can you please elaborate your idea. If possible can you show me with an example.

Moreover I want to retrieve the release key of any process from Orchestrator not the current process. Example: If I give the process name, the robot should throw the release key of it.

Note: I am not authenticated to use the link sent by you. Can you please guide me on that also.

Please go through the steps below to login or authenticate to the orchestrator API

And if your orchestrator is logged in a browser, simply browsing the above URL will give you the token :slight_smile:

thanks buddy.

1 Like

Hi @HareeshMR

I find the online documentation to be nothing short of a confusing maze. I have authenticated, gotten my token, but I am getting the same error as stated above.

Could you please elaborate on the steps you mentioned?

Hi @jlienhoop

Could you please let me know which step you want me elaborate?

Hey @jlienhoop

You are looking to get the release key ?

Thanks
#nK

Check the /odata/Releases

https://cloud.uipath.com/ORG_NAME/TENANT_NAME/orchestrator_/swagger/index.html#/Releases/Releases_Get

image

And from there get the Key.

Example run a GET for this URL

https://cloud.uipath.com/ORG_NAME/TENANT_NAME/orchestrator_/odata/Releases?%24filter=ProcessKey%20eq%20'GetAsset'&%24select=Key%2CProcessKey%2CIsLatestVersion%2CName%2CReleaseVersions&%24count=true

Results: