GET activities Id Enrollments Export

GET/activities/{id}/enrollments/export
AuthorizationBearer <token>

Paste your JWT token here

In: header

Path Parameters

idinteger

The unique identifier of the activity for which to export enrollments.

Formatint32

Response Body

text/csv

text/csv

text/csv

text/csv

curl -X GET "https://loading/activities/0/enrollments/export"
"string"
{
  "message": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}