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 |
|---|---|---|
resultFromoptional |
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. |
resultSizeoptional |
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. |
queryoptional |
String | An optional case insensitive query filter on test definition name or subject. |
filteroptional |
String constant | An optional filter to only return results for COMPLETED or OPEN tests. |
maxResultsPerTestoptional |
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.
Last updated on