PUSH Objective object
Represents a learning objective.
Fields
| Field | Type | Description |
|---|---|---|
idrequired |
String | The unique ID of the objective. |
typerequired |
String | The objective type. Possible values are PERMANENT, ONEOFF and TEST. |
reviewDaterequired |
Date/time | The objective's review date. |
Example
{
"id": "LIv2wQYYORusdy4E4BG1mQ",
"reviewDate": "2015-07-19T10:15:30Z",
"type": "PERMANENT"
}
Last updated on