Skip to main content
GET
/
powerpath
/
getAttempts
Get all attempts
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/getAttempts \
  --header 'Authorization: Bearer <token>'
{
  "attempts": [
    {
      "attempt": 123,
      "score": 123,
      "scoreStatus": "exempt",
      "xp": 123,
      "startedAt": "2023-11-07T05:31:56Z",
      "completedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

student
string
required

The sourcedId of the student

lesson
string
required

The sourcedId of the lesson (ComponentResource)

Response

Success

attempts
object[]
required