Get Test Results Per Day
This endpoint retrieves the test result counts per day for a specified time range.
Endpoint Information
URL:
https://testinium.io/Testinium.Reporter/api/test-results/results-per-day
Method:
GET
Authentication: Required (
Bearer Token
)Header: Required (
current-company-id: <your_company_id>
)
Request Parameters
companyId
Long
Yes
The unique ID of the company.
startDate
Date
Yes
The start date of the report (format: yyyy-MM-dd
).
endDate
Date
Yes
The end date of the report (format: yyyy-MM-dd
).
projectId
Long
No
The unique ID of the project (optional).
planId
Long
No
The unique ID of the test plan (optional).
Response
Response Fields
companyId
Long
The company ID.
projectId
Long
The project ID (if specified).
planId
Long
The test plan ID (if specified).
startDate
String
The start date of the report.
endDate
String
The end date of the report.
testResultCountPerDaysList
Array
A list of results for each day in the report.
Example Request
4o mini
Last updated