Hi All, I’m trying to kick off an Orchestrator job in C#/Visual Studio (Using RestSharp). I can’t seem to find a complete coding example of this. I can authenticate via https://[domain]/api/account/authenticate, but I think I need to get a token and pass that to OData.StartJobs endpoint, and I don’t see that in the response. There’s also a “RobotIds” param in StartJobs, which I’m not sure how to get. I did figure out how to get the release key.
After a successful auth call the API will return you response; the response body contains a field named “result” (please test this with a test app like Postman) and it will contain auth token which you will need to pass as a bearer with every subsequent API Call