{ "opencollection": "1.0.0", "info": { "name": "Polarion REST Account Test Records API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Test Records", "type": "folder" }, "items": [ { "info": { "name": "Returns a list of Test Records.", "type": "http" }, "http": { "method": "GET", "url": "https://example.com/polarion/rest/v1/projects/:projectId/testruns/:testRunId/testrecords", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Project ID." }, { "name": "testRunId", "value": "", "type": "path", "description": "The Test Run ID." }, { "name": "page[size]", "value": "", "type": "query", "description": "Limit the number of entities returned in a single response. See REST API User Guide for details." }, { "name": "page[number]", "value": "", "type": "query", "description": "Specify the page number to be returned. Counting starts from 1. See REST API User Guide for details." }, { "name": "fields", "value": "", "type": "query", "description": "Filter returned resource fields. See REST API User Guide for details." }, { "name": "include", "value": "", "type": "query", "description": "Include related entities. See REST API User Guide for details." }, { "name": "revision", "value": "", "type": "query", "description": "The revision ID." }, { "name": "testCaseProjectId", "value": "", "type": "query", "description": "testCaseProjectId" }, { "name": "testCaseId", "value": "", "type": "query", "description": "testCaseId" }, { "name": "testResultId", "value": "", "type": "query", "description": "testResultId" } ] }, "docs": "Returns a list of Test Records." }, { "info": { "name": "Creates a list of Test Records.", "type": "http" }, "http": { "method": "POST", "url": "https://example.com/polarion/rest/v1/projects/:projectId/testruns/:testRunId/testrecords", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Project ID." }, { "name": "testRunId", "value": "", "type": "path", "description": "The Test Run ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a list of Test Records." }, { "info": { "name": "Updates a list of Test Records.", "type": "http" }, "http": { "method": "PATCH", "url": "https://example.com/polarion/rest/v1/projects/:projectId/testruns/:testRunId/testrecords", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Project ID." }, { "name": "testRunId", "value": "", "type": "path", "description": "The Test Run ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a list of Test Records." }, { "info": { "name": "Returns the specified Test Record.", "type": "http" }, "http": { "method": "GET", "url": "https://example.com/polarion/rest/v1/projects/:projectId/testruns/:testRunId/testrecords/:testCaseProjectId/:testCaseId/:iteration", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Project ID." }, { "name": "testRunId", "value": "", "type": "path", "description": "The Test Run ID." }, { "name": "testCaseProjectId", "value": "", "type": "path", "description": "The Testcase Project ID." }, { "name": "testCaseId", "value": "", "type": "path", "description": "The Testcase ID." }, { "name": "iteration", "value": "", "type": "path", "description": "The Iteration Number." }, { "name": "fields", "value": "", "type": "query", "description": "Filter returned resource fields. See REST API User Guide for details." }, { "name": "include", "value": "", "type": "query", "description": "Include related entities. See REST API User Guide for details." }, { "name": "revision", "value": "", "type": "query", "description": "The revision ID." } ] }, "docs": "Returns the specified Test Record." }, { "info": { "name": "Updates the specified Test Record.", "type": "http" }, "http": { "method": "PATCH", "url": "https://example.com/polarion/rest/v1/projects/:projectId/testruns/:testRunId/testrecords/:testCaseProjectId/:testCaseId/:iteration", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Project ID." }, { "name": "testRunId", "value": "", "type": "path", "description": "The Test Run ID." }, { "name": "testCaseProjectId", "value": "", "type": "path", "description": "The Testcase Project ID." }, { "name": "testCaseId", "value": "", "type": "path", "description": "The Testcase ID." }, { "name": "iteration", "value": "", "type": "path", "description": "The Iteration Number." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified Test Record." }, { "info": { "name": "Deletes the specified Test Record.", "type": "http" }, "http": { "method": "DELETE", "url": "https://example.com/polarion/rest/v1/projects/:projectId/testruns/:testRunId/testrecords/:testCaseProjectId/:testCaseId/:iteration", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Project ID." }, { "name": "testRunId", "value": "", "type": "path", "description": "The Test Run ID." }, { "name": "testCaseProjectId", "value": "", "type": "path", "description": "The Testcase Project ID." }, { "name": "testCaseId", "value": "", "type": "path", "description": "The Testcase ID." }, { "name": "iteration", "value": "", "type": "path", "description": "The Iteration Number." } ] }, "docs": "Deletes the specified Test Record." }, { "info": { "name": "Returns a list of Test Parameters for the specified Test Record.", "type": "http" }, "http": { "method": "GET", "url": "https://example.com/polarion/rest/v1/projects/:projectId/testruns/:testRunId/testrecords/:testCaseProjectId/:testCaseId/:iteration/testparameters", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Project ID." }, { "name": "testRunId", "value": "", "type": "path", "description": "The Test Run ID." }, { "name": "testCaseProjectId", "value": "", "type": "path", "description": "The Testcase Project ID." }, { "name": "testCaseId", "value": "", "type": "path", "description": "The Testcase ID." }, { "name": "iteration", "value": "", "type": "path", "description": "The Iteration Number." }, { "name": "page[size]", "value": "", "type": "query", "description": "Limit the number of entities returned in a single response. See REST API User Guide for details." }, { "name": "page[number]", "value": "", "type": "query", "description": "Specify the page number to be returned. Counting starts from 1. See REST API User Guide for details." }, { "name": "fields", "value": "", "type": "query", "description": "Filter returned resource fields. See REST API User Guide for details." }, { "name": "include", "value": "", "type": "query", "description": "Include related entities. See REST API User Guide for details." }, { "name": "revision", "value": "", "type": "query", "description": "The revision ID." } ] }, "docs": "Returns a list of Test Parameters for the specified Test Record." }, { "info": { "name": "Creates a list of Test Parameters for the specified Test Record.", "type": "http" }, "http": { "method": "POST", "url": "https://example.com/polarion/rest/v1/projects/:projectId/testruns/:testRunId/testrecords/:testCaseProjectId/:testCaseId/:iteration/testparameters", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Project ID." }, { "name": "testRunId", "value": "", "type": "path", "description": "The Test Run ID." }, { "name": "testCaseProjectId", "value": "", "type": "path", "description": "The Testcase Project ID." }, { "name": "testCaseId", "value": "", "type": "path", "description": "The Testcase ID." }, { "name": "iteration", "value": "", "type": "path", "description": "The Iteration Number." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a list of Test Parameters for the specified Test Record." }, { "info": { "name": "Returns the specified Test Parameter for the specified Test Record.", "type": "http" }, "http": { "method": "GET", "url": "https://example.com/polarion/rest/v1/projects/:projectId/testruns/:testRunId/testrecords/:testCaseProjectId/:testCaseId/:iteration/testparameters/:testParamId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Project ID." }, { "name": "testRunId", "value": "", "type": "path", "description": "The Test Run ID." }, { "name": "testCaseProjectId", "value": "", "type": "path", "description": "The Testcase Project ID." }, { "name": "testCaseId", "value": "", "type": "path", "description": "The Testcase ID." }, { "name": "iteration", "value": "", "type": "path", "description": "The Iteration Number." }, { "name": "testParamId", "value": "", "type": "path", "description": "The Test Parameter." }, { "name": "fields", "value": "", "type": "query", "description": "Filter returned resource fields. See REST API User Guide for details." }, { "name": "include", "value": "", "type": "query", "description": "Include related entities. See REST API User Guide for details." }, { "name": "revision", "value": "", "type": "query", "description": "The revision ID." } ] }, "docs": "Returns the specified Test Parameter for the specified Test Record." }, { "info": { "name": "Deletes the specified Test Parameter for the specified Test Record.", "type": "http" }, "http": { "method": "DELETE", "url": "https://example.com/polarion/rest/v1/projects/:projectId/testruns/:testRunId/testrecords/:testCaseProjectId/:testCaseId/:iteration/testparameters/:testParamId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Project ID." }, { "name": "testRunId", "value": "", "type": "path", "description": "The Test Run ID." }, { "name": "testCaseProjectId", "value": "", "type": "path", "description": "The Testcase Project ID." }, { "name": "testCaseId", "value": "", "type": "path", "description": "The Testcase ID." }, { "name": "iteration", "value": "", "type": "path", "description": "The Iteration Number." }, { "name": "testParamId", "value": "", "type": "path", "description": "The Test Parameter." } ] }, "docs": "Deletes the specified Test Parameter for the specified Test Record." } ] } ], "bundled": true }