Start a job in Orchestrator via the API in community edition

Is it possible to start a job in orchestrator via rest API in community edition in uipath?

I have gone through different articles but unable to figure out how to start a job in Orchestrator via the API. I am using community edition.

1 Like

Please check this post @Anamika15

No worries
Hope this would help you resolve this

Cheers @Anamika15

Hi All, I followed the procedure mentioned in About OData and References
Now I am able to extract information using GET commands. Eg Robot or enviromment information.
But when I am using “POST”, Postman is giving error. Below is the screenshot for your reference.

Please suggest how can I use “POST” to start a process.

Thanks for this post. I am trying exactly this. But for me issue is getting robot id. Here is the details. Can you please help.

Hi ,

I have UIPath Studio Pro Community Ed installed in my laptop. I am able to start the Job from UIPath Orchestrator using unattended Robot.

Now, I am try Start the Job using Orchestraor API - odata/Jobs/UiPath.Server.Configuration.OData.StartJobs

Using the payload

{ “startInfo”:
{ “ReleaseKey”: “104ce5df-5380-486a-9f71-00000000”,
“Strategy”: “Specific”,
“RobotIds”: [ 1234],
“JobsCount”: 0,
“Source”: “Manual”
}
}

But to pass RobotIds, I am not getting any response from the API odata/Robots. Which gives below response:

{
“@odata.context”: “https://cloud.uipath.com/thermgusrgik/thermofisheiv4n598144/odata/$metadata#Robots”,
“@odata.count”: 0,
“value”:
}

I am not sure, what I am missing. Can you please help?

Hi All,

I’m also facing same issue as @rajkiran.vajreshwari,
Could u please help me to resolve the issue.

Thank you in advance,
Arpitha