Skip to main content
GET
/
v1
/
console
/
course-dropoff
/
courses
/
export
Export At Risk Courses
curl --request GET \
  --url http://localhost:8000/v1/console/course-dropoff/courses/export \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Query Parameters

format
string
default:csv

csv or xlsx

faculty
string | null
programme
string | null
year
string | null
cohort
string | null
risk_level
string | null
search
string | null
sort_by
string
default:at_risk_rate
sort_order
string
default:desc
min_enrolled
integer
default:1
Required range: x >= 1

Response

Successful Response