GET test/…/accesses/…/…/testees/…/settings
Retrieves the settings of a test definition access of a testee.
Resource URL
https://www.drillster.com/api/2.1.1/test/{test_id}/accesses/{type}/{id}/testees/{account_id}
Parameters
Field | Type | Description |
---|---|---|
test_id required |
String | The ID of the test definition. |
type required |
String | Represents the entity type that the test definition is being linked to. Only GROUP is supported. |
id required |
String | Represents the entity ID that the test definition is being linked to. This it is the group ID. |
account_id required |
String | The account ID of the testee. |
Response
A 2.1.1 UserMaxTestRenditions object, containing the user's settings.
Last updated on