GET test/…/accesses/…/…

Retrieves a specific test definition access.

Resource URL

https://www.drillster.com/api/2.1.1/test/{test_id}/accesses/{type}/{id}

Parameters

Field Type Description
test_id
required
String The ID of the test definition.
type
required
String constant Represents the entity type that the test definition is being linked to. Possible values are GROUP, ORGANIZATION and USER.
id
required
String Represents the entity ID that the test definition is being linked to. In the case of type GROUP it is the group ID, in case of type ORGANIZATION it is the organization ID and for type USER this represents the user ID.

For types USER and ORGANIZATION the value self is also permitted.

Response

A 2.1.1 TestAccess object, containing information about the test and the entities with access to it.