2.1.1 Ticket object
Represents a ticket to access an anonymous test.
Example
{
"url": "https://www.drillster.com/connector/player/PJM6WqlACCubW7VOYYugiA",
"pin": "7287151"
}
Fields
Field | Type | Description |
---|---|---|
url required |
String | The URL to send the user to in order to access the test. |
code optional |
String | The actual ticket value. Either a ticket value or a PIN will be available, not both. |
pin optional |
String | A seven digit PIN to access the test. Either a ticket value or a PIN will be available, not both. |
Last updated on