Skip to main content
GET
/
api
/
subjects
/
export_csv
Export subjects to CSV
curl --request GET \
  --url https://api.example.com/api/subjects/export_csv \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Response

200 - application/json

CSV export initiated successfully.

detail
string

Success message.