Skip to main content
GET
/
v1
/
console
/
dropoff
/
trend
Get Dropoff Trend
curl --request GET \
  --url http://localhost:8000/v1/console/dropoff/trend \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "window": "<string>",
    "filters": {},
    "points": [],
    "since": "2023-11-07T05:31:56Z",
    "until": "2023-11-07T05:31:56Z"
  },
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Query Parameters

window
string
default:all

this_week | this_month | last_month | this_quarter | last_quarter | this_year | last_year | all

faculty
string | null
programme
string | null
year
string | null
cohort
string | null

Response

Successful Response

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