The Search endpoint

This resource allows you to perform a search for various test-related objects, such as test cases, test suites, test results, test suite collections, and schedules. It supports filtering based on different conditions and provides pagination options for managing the volume of results returned.

The Search endpoint is versatile and can be applied in various scenarios.

For example, a QA manager can use it to find test cases created after a specific date within a particular project.

Automated scripts can dynamically retrieve test objects by their IDs for targeted execution, and a test design interface can use it to display a paginated, sorted list of test objects.

The endpoint's flexibility makes it a powerful tool for streamlining test management tasks and enhancing overall testing efficiency.

Methods