{ "opencollection": "1.0.0", "info": { "name": "UiPath Automation Hub Alerts Requirements API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Requirements", "type": "folder" }, "items": [ { "info": { "name": "UiPath List Requirements in a Project", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/api/v2/projects/:projectId/requirements", "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 requirements defined within a specific test project. Requirements represent business or technical specifications that test cases are mapped to for traceability. Supports pagination. Requires the TM.Requirements or TM.Requirements.Read OAuth scope." }, { "info": { "name": "UiPath Create a Requirement", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/api/v2/projects/:projectId/requirements", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier of the test project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new requirement within a test project. Requirements can be linked to test cases to establish traceability coverage. Requires the TM.Requirements OAuth scope." } ] } ], "bundled": true }