====== Differences ====== This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
api2:data:event [2018/07/23 10:04] maries |
api2:data:event [2018/07/31 16:50] (current) maries |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| | student_id | Integer | Student identifier | | | student_id | Integer | Student identifier | | ||
| | content_id | Integer | The content identifier | | | content_id | Integer | The content identifier | | ||
| - | | return | Boolean | If true, the system computes and sends backs recommendations, otherwise computes and does not send | | + | | return_recommendation | Boolean | If true, the system computes and sends backs recommendations, otherwise computes and does not send | |
| | generated_at | DateTime | Time at which the event has been done | | | generated_at | DateTime | Time at which the event has been done | | ||
| |payload | Text | The payload of this event indicates the sucess or fail of the student for this event | | |payload | Text | The payload of this event indicates the sucess or fail of the student for this event | | ||
| Line 51: | Line 51: | ||
| | student_id or student_uid * | Integer | Student identifier | | | student_id or student_uid * | Integer | Student identifier | | ||
| | content_id or content_uid * | Integer | The content identifier | | | content_id or content_uid * | Integer | The content identifier | | ||
| - | | return | Boolean | If true, the system computes and sends backs recommendations, otherwise computes and does not send | | + | | return_recommendation | Boolean | If true, the system computes and sends backs recommendations, otherwise computes and does not send | |
| | generated_at | DateTime | Time at which the event has been done. If empty, it is replaced by the Time of creation | | | generated_at | DateTime | Time at which the event has been done. If empty, it is replaced by the Time of creation | | ||
| | payload* | Text | The payload of this event indicates the sucess or fail of the student for this event | | | payload* | Text | The payload of this event indicates the sucess or fail of the student for this event | | ||