Appearance
API reference
Actions list
Name | Description | Parameters |
---|---|---|
mission-details | Display mission details | - data-edtake-email data-edtake-workspace - data-edtake-mission |
mission-creation | Mission creation form | - data-edtake-email data-edtake-workspace |
Parameters list
Name | Type | Required | Description |
---|---|---|---|
data-edtake-email | string | Yes | The email of the user triggering the action |
data-edtake-action | string | Yes | The label of the action to be triggered, see Actions list |
data-edtake-locale | string | No | Locale code (LCID string format, eg: fr-FR ), default en-GB |
data-edtake-workspace | string | No | The workspace ID on which the action should be triggered |
data-edtake-mission | string | No | The mission ID on which the action should be triggered, if the action requires this parameter |
data-edtake-hint | string | No | Stringify object of edake fields - format : '{"lcms": "MindOnSite", "authoringTool": "Kumullus", "job": "Instructional designer"}' see Field hints |
EdtakeEvent
Event catch from EdtakeEvent contain a detail
parameter composed by the action
property and other properties.
See details of actions below.
mission-creation
Name | Type | Description |
---|---|---|
mission | Object | The Mission object - contains _id , title |