Get Releases by Name

GET {{cloudUrl}}/{{cloudOrg}}/{{cloudTenant}}/odata/Releases?$filter=ProcessKey eq 'PetStore_UpdatePet'

So you've created a Process in UiPath Studio and published it to Orchestrator. Here's where you specify that process, by name, in order to start it remotely.

Within the URL, simply replace the string in the filter parameter with the name of your process and this call will return the ReleaseKey that you will need in step 3 to start the process.

Request Params

KeyDatatypeRequiredDescription
$filterstring

HEADERS

KeyDatatypeRequiredDescription
X-UIPATH-OrganizationUnitIdstring

RESPONSES

status: OK

{"@odata.context":"https://cloud.uipath.com/org/tenant/orchestrator_/odata/$metadata#Releases","@odata.count":1,"value":[{"Key":"6f459380-1b98-4f33-9682-6f8a7457490f","ProcessKey":"PetStore_AddPet_byQueueItem","ProcessVersion":"1.0.13","IsLatestVersion":false,"IsProcessDeleted":false,"Description":"Gets a queue item and adds a pet with item name","Name":"Add a pet to pet store by queue item","EnvironmentId":null,"EnvironmentName":"","EntryPointId":null,"InputArguments":null,"ProcessType":"Process","SupportsMultipleEntryPoints":true,"RequiresUserInteraction":true,"AutoUpdate":false,"FeedId":"ef94e92f-5f58-474b-963c-c3ef46391ca7","JobPriority":"Normal","CreationTime":"2021-03-16T09:04:00.607Z","OrganizationUnitId":515128,"OrganizationUnitFullyQualifiedName":"UnattendedProcesses","Id":31025,"Arguments":{"Input":null,"Output":null},"ProcessSettings":null}]}