GET test-result/…

Retrieves a specific test result for a given test definition ID or rendition ID.

Resource URL

https://www.drillster.com/api/2.1.1/test-result/{test_id}

Parameters

Field Type Description
test_id
required
String The ID of the test rendition. This uniquely identifies a specific test result (or test attempt) for a test by a user.

This ID can also be a test ticket. Alternatively the ID may denote a test definition ID, in which case an attempt is made to retrieve the most recent test result for the calling user for the given test definition.

Example value: 7OuHq7RcQOCsnGWR58TnBw

Response

A 2.1.1 TestResult object, with details about the requested test result.

Error responses

The following error situations are possible:

ID Response code Description
missing_rendition 400 (Bad request) No rendition (test result ID) was specified
unknown_rendition 404 (Not found) Requested test result was not found
not_authorized 401 (Unauthorized) You are not authorized to see the test result