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