Skip to main content
GET
/
v1
/
console
/
dropoff
/
filter-options
Get Filter Options
curl --request GET \
  --url http://localhost:8000/v1/console/dropoff/filter-options \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "cohorts": [],
    "faculties": [],
    "periods": [],
    "programmes": [],
    "years": []
  },
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Response

200 - application/json

Successful Response

data
FilterOptions · object
message
string | null
success
boolean
default:true