Hi,
I want to retrieve release key of the given process name from Orchestrator. Please suggest some ideas.
Regards,
Sadeesh
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
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
thanks buddy.
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?
Check the /odata/Releases
https://cloud.uipath.com/ORG_NAME/TENANT_NAME/orchestrator_/swagger/index.html#/Releases/Releases_Get
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: