Question concerning API calls

Hello,

I am using Swagger UI to call API of my ON-PREMISE Orch and i have some questions:

  1. What is the purpose of Swagger UI? Is it like a tutorial that show the required commands you may use to call API from third parties?

  2. Using the “start job” call, i do not know how what the “ReleaseKey” of my jobs are. How can I see such parameter of the jobs?

The command line is this one:

{
“startInfo”: {
“ReleaseKey”: “string”,
“Strategy”: “All”,
“RobotIds”: [
0
],
“NoOfRobots”: 0,
“JobsCount”: 0,
“Source”: “Manual”,
“InputArguments”: “string”
}
}

  1. How can I implement such commands to call API from a third party? I mean I read you can use Postman for instance but i do not know specifically how to use it.

Please could you help me on this?

Regards.

Hello,
Check this video to see how I start UiPath Job on-PREM:

Thanks,
Cristian Negulescu