GET test-results

Retrieves test results for all available test definitions for the calling user.

Resource URL

https://www.drillster.com/api/2.1.1/test-results

Parameters

Field Type Description
resultFrom
optional
String The ID of the last element from the previous page. Use this parameter, in combination with resultSize, to apply pagination of the result; it will limit the number of results included in the result. If it is not specified, the first page will be displayed.
resultSize
optional
Integer The maximum number of test results to include in the result. If not specified, a maximum of 10 test are returned.

Please note that this endpoint is designed to return a paginated result and not suitable for returning very large result sets.
query
optional
String An optional case insensitive query filter on test definition name or subject.
filter
optional
String constant An optional filter to only return results for COMPLETED or OPEN tests.
maxResultsPerTest
optional
Integer An optional limit to the number of test results returned per test. The most recent test results are returned.

Response

A 2.1.1 TestsWithResults object.