Petición
'GET /instruction/:id_ins/ws': 'InstructionController.ws',
Respuesta
[
{
"id": 18,
"instruction": 1,
"begin": "2016-10-20T11:00:02.160Z",
"end": "2016-10-20T11:01:10.080Z",
"description": "",
"tries": [
{
"actions": [
{
"id": 405,
"type": "Add",
"timestamp": "2016-10-20T11:00:27.950Z",
"description": {
"id": 1470,
"picto": {
"id": 4391,
"uri": "/symbolstx/color/png/communication/no.png",
"category": -1
},
"expression": {
"lang": "es-es",
"text": "no"
},
"attributes": {
"id_cat": null,
"coord_x": 0,
"coord_y": 1,
"free_category_coord_x": null,
"free_category_coord_y": null,
"status": "enabled",
"highlight": false,
"color": null
}
},
"gpsLat": null,
"gpsLon": null,
"supervisor": null,
"student": 24,
"_try": 75
},
{
...
}
],
"workingSession": 18,
"id": 75,
"begin": "2016-10-20T11:00:55.389Z",
"end": "2016-10-20T11:00:34.660Z",
"result": null,
"description": null
},
{
...
}
]
}
]
Petición
'GET /method/template/:id_sup': 'MetaMethodController.supVisible',
Respuesta
[
{
"supervisor": null,
"id": 1,
"name": "Comunicación Aumentativa y Adaptativa",
"description": null
},
{
...
}
]