Skip to main content
GET
/
v1
/
console
/
dropoff
/
students
/
export
Export At Risk Students
curl --request GET \
  --url http://localhost:8000/v1/console/dropoff/students/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:drop_off_score
sort_order
string
default:desc

Response

Successful Response