How To Start Job And Run On Specific Machine Timeslot Via API?

How to start job and run on specific machine timeslot via API?

  • To run job on specific machine, get the MachineSessionId by using /odata/Sessions/UiPath.Server.Configuration.OData.GetMachineSessionRuntimesByFolderId(folderId=xxx), and then pass it into the /odata/StartJobs as a parameter.
1 Like