GET organization/…/anonymous-tests
Retrieves all anonymous tests linked to an organization.
Resource URL
https://www.drillster.com/api/2.1.1/organization/{organization_id}/anonymous-tests
Parameters
Field | Type | Description |
---|---|---|
organization required |
String | The unique ID of the organization. As a reference to the own organization, the value self may also be used.Example value: nPjYUn0upc8dIm7yzTIBgQ |
query optional |
String | An optional query to filter by test name or subject. If no query is given, all available anonymous test definitions are returned. |
resultStart optional |
Integer | The index number (zero-based) of the first anonymous test to include in the result. Use this parameter, in combination with resultSize , to apply pagination of the result; it will limit the number of anonymous tests included in the result. Defaults to 0 . |
resultSize optional |
Integer | The maximum number of anonymous test to include in the result. If not specified, the results for all (remaining) anonymous tests are returned. |
Response
A 2.1.1 Playables object, containing the total number of anonymous tests that were found
(total
), regardless of the optionally specified resultStart
and resultSize
, and a list of
2.1.1 Playable objects (playables
).
Last updated on