Skip to main content
GET
/
edubridge
/
learning-reports
/
map-profile
/
{userId}
Get the MAP profile for a given student
curl --request GET \
  --url https://api.alpha-1edtech.ai/edubridge/learning-reports/map-profile/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "title": "<string>",
      "pdfUrl": "<string>",
      "tests": [
        "<string>"
      ],
      "grade": "<string>",
      "schoolname": "<string>",
      "assessmentResultProviderSystem": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

The unique identifier for the student

Response

Successful response

data
object[]
required