Skip to main content
GET
/
v1
/
console
/
student-performance
/
export
Export Student Performance
curl --request GET \
  --url http://localhost:8000/v1/console/student-performance/export \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Query Parameters

search
string | null
case_study_id
string | null
transcript_status
string | null
start_date
string<date-time> | null
end_date
string<date-time> | null

Response

Successful Response