GET test/…
Retrieves test definition details for a given test definition key.
Resource URL
https://www.drillster.com/api/2.1.1/test/{test_id}
Parameters
Field | Type | Description |
---|---|---|
test_id required |
String | The ID of the test definition. This defines the test itself, not the individual instances done by users. Example value: 7OuHq7RcQOCsnGWR58TnBw |
Response
A 2.1.1 Test object, with details about the test.
Error responses
The following error situations are possible:
ID | Response code | Description |
---|---|---|
test_id_missing |
400 (Bad request) | No test ID was specified |
unknown_test |
404 (Not found) | The specified test is unknown |
no_permission |
401 (Unauthorized) | You don't have permission to retrieve this test |
Last updated on