Skip to main content
GET
/
edubridge
/
analytics
/
students
/
{studentId}
/
percentiles
Get latest MAP percentiles by subject for a student
curl --request GET \
  --url https://api.alpha-1edtech.ai/edubridge/analytics/students/{studentId}/percentiles \
  --header 'Authorization: Bearer <token>'
{
  "percentiles": [
    {
      "subject": "<string>",
      "percentile": 123,
      "ritScore": 123,
      "assessmentDate": "2023-11-07T05:31:56Z",
      "season": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.timeback.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

studentId
string
required

The unique identifier for the student

Response

Successful response

percentiles
object[]
required