| Operation | HTTP Method | Description | 
|---|---|---|
| projects/ProjectId/tests | POST | Adds a new test to QAComplete. | 
| projects/ProjectId/tests/search | POST | Returns a filtered list of tests QAComplete the project contains. | 
| projects/ProjectId/tests/{Id} | GET | Returns a test by its ID. | 
| projects/ProjectId/tests/{Id} | PUT | Updates the specified test. | 
| projects/ProjectId/tests/{Id} | PATCH | Updates the specified fields of a test. | 
| projects/ProjectId/tests/{Id} | DELETE | Deletes the specified test from QAComplete. | 
| projects/ProjectId/tests/{Id} | GET | Returns a list of tests a QAComplete project contains. | 
To work with Test Management Automation in QAComplete, use the Automation REST API:
QAComplete Test Automation REST API
