Skip to main content
GET
/
v1
/
console
/
students
/
export
Export Students
curl --request GET \
  --url http://localhost:8000/v1/console/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

search
string | null
programme
string | null

Programme code

status
string | null

active or inactive

start_date
string<date-time> | null
end_date
string<date-time> | null
sort_by
string
default:last_seen
sort_order
string
default:desc

Response

Successful Response