-
Notifications
You must be signed in to change notification settings - Fork 0
Get students list
David Alejandro Molano Vásquez edited this page Mar 30, 2020
·
1 revision
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"} |