Skip to content

Get students list

David Alejandro Molano Vásquez edited this page Mar 30, 2020 · 1 revision

Get students list

To retrieve the list of students who created a concept map to a given base map a GET request most be send to this endpoint. This endpoint takes the id of the base map as an URL parameter.

URL /api/reports/retrieve/baseId
Method GET
URL Params baseId
Data Params None
Success Response
Code: 200
{"std_name":string, "std_id":string} 
Error Response
Code: 404
{"Error": "Not found"}
Error Response
Code: 500
{"Error": "Something went wrong"}
Clone this wiki locally