Problem with triggering a robot via Orchestrator API

Hi again!

I have got the solution with the help of a colleague (Many thanks to Joe Lasher!!).

As the documentation explains, all the input values should be inside a unique parameter “startInfo”:

{
“startInfo”: {
“ReleaseKey”: “xxx”,
“Strategy”: “All”,
“RobotIds”: ,
“NoOfRobots”: 0
}
}

I think the best way to avoid these problems is using Swagger UI for testing the REST API and don’t use the HTTP Request Wizard that could be confusing.

Regards,
Dani