{ "opencollection": "1.0.0", "info": { "name": "UiPath Automation Hub Alerts TestSets API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "TestSets", "type": "folder" }, "items": [ { "info": { "name": "UiPath List Test Sets in a Project", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/api/v2/projects/:projectId/testsets", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier of the test project" }, { "name": "page", "value": "1", "type": "query", "description": "Page number for pagination (0-based)" }, { "name": "pageSize", "value": "1", "type": "query", "description": "Number of records per page" } ] }, "docs": "Retrieves all test sets within a specific test project. Test sets group test cases for coordinated execution runs and can be linked to Orchestrator processes to trigger automated execution." }, { "info": { "name": "UiPath Create a Test Set", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/api/v2/projects/:projectId/testsets", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier of the test project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new test set within a project. The test set can include test cases and be configured to execute against specific Orchestrator environments. Requires the TM.TestSets OAuth scope." } ] } ], "bundled": true }