Testing License For Running Unattended Jobs Using API

Testing license for running Unattended jobs using API.

Resolution: Have a look at same Docs once https://postman.uipath.rocks/ ;

Request Endpoint: {Your Orchestartor url}/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs

Get the Release id using the Release id API call

The payload for the Request

{

"startInfo": {

"ReleaseKey": "13713d2c-bccf-43b0-a005-1914a2e0f1ab",

"RobotIds": [],

"JobsCount":1,

"JobPriority":"Normal",

"Strategy":"ModernJobsCount",

"RuntimeType":"TestAutomation",

"InputArguments":"{}"

}

}


It will run the Job on the connected Robots with testing License in the Modern folder,

For classic{

"startInfo": {

"ReleaseKey": "b3034239-19c2-4ea5-901f-4062fc94ecdc",

"Strategy": "Specific",

"RobotIds": [332003],

"Source": "Manual",

"JobPriority": "Normal",

"InputArguments": "{}"

}

It will run the Job on the connected Robots with testing License in the Classic folder.