CountTestMeasurements
TestReportService
CountTestMeasurements
Counts test measurements with optional filtering
GET
CountTestMeasurements
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
A Common Expression Language (CEL) filter string.
Available fields to filter by are measurement_id, measurement_type, name, test_step_id,
test_report_id, numeric_value, string_value, boolean_value, passed, timestamp,
created_date, modified_date, and metadata.
Metadata can be used in filters by using metadata.{metadata_key_name} as the field name.
For further information about how to use CELs, please refer to this guide.
Response
A successful response.