Returns information regarding an individual test.
Reading
GET /test/<test_id>/view HTTP/1.1 Host: assess.itemlogic.com |
Fields
The following fields are returned in this query:
Property Name | Description | Type |
---|---|---|
id |
Test ID. | integer |
client_id | Client ID. | integer |
title | Test title. | string |
description | Test description. | text |
audit_code | Code used to allow administrators to preview a test. | string |
item_count | Quantity of items in test. For more detailed item information, see /test/items. | integer |
items | A JSON array of items in test, with metadata. | array |
created | When test was created. | datetime |
updated | When test was last modified. | datetime |