Skip to content

Create Reports

David Alejandro Molano Vásquez edited this page May 8, 2020 · 2 revisions

Create individual and group reports

To create the reports corresponding to an activity a GET request most be sent to this endpoint. This request has no body parameters. Requires the base concept map id as an URL parameter. The response contains the id of the created group report.

URL /api/reports/create/baseId
Method GET
URL Params baseId
Data Params none
Success Response
Code: 201
{"Group report id":[id_of_created_group_report]}
Error Response
Code: 500
{"Error": "Something went wrong"}