Skip to main content
GET
/
powerpath
/
test-assignments
/
{id}
Get a test assignment
curl --request GET \
  --url https://api.alpha-1edtech.ai/powerpath/test-assignments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "sourcedId": "<string>",
  "studentSourcedId": "<string>",
  "studentEmail": "[email protected]",
  "assignedByUserSourcedId": "<string>",
  "subject": "<string>",
  "grade": "<string>",
  "assignmentStatus": "<string>",
  "testName": "<string>",
  "assignedAt": "<string>",
  "expiresAt": "<string>",
  "completedAt": "<string>",
  "resourceSourcedId": "<string>",
  "componentResourceSourcedId": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Test assignment sourcedId

Response

Success

sourcedId
string
required
studentSourcedId
string
required
studentEmail
string<email>
required
assignedByUserSourcedId
string | null
required
subject
string
required
grade
string
required
assignmentStatus
string
required
testName
string | null
assignedAt
string | null
expiresAt
string | null
completedAt
string | null
resourceSourcedId
string | null
componentResourceSourcedId
string | null