PUSH Playable object
deprecated Represents a generic handle to a drill, story, course or test.
Fields
Field | Type | Description |
---|---|---|
id required |
String | The unique ID of the playable. |
type required |
String constant | The playable type. Possible values are DRILL , STORY , COURSE and TEST . |
name optional |
String | The name of the playable. |
Example
{
"id": "_Q4GyCkGlieEEqef_0SKbA",
"name": "Factory safety procedures",
"type": "DRILL"
}
Last updated on