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>"
}Returns a single test assignment by its ID.
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>"
}The access token received from the authorization server in the OAuth 2.0 flow.
Test assignment sourcedId
Success