RESULTS_GET
Sent when a tool reads the grades recorded against a grade line. Return an array of results, filtered by filters.userId when present.
The decoded payload:
{
"type": "RESULTS_GET",
"parameters": {
"context": "2022CSEa5e6c431b91",
"clientId": "348080fn9du9b9ufvb92rfb9l",
"lineItemId": "412",
"filters": {
"userId": "14"
}
}
}
Request Body required
An RS256 JWT signed by LTIAAS, valid for ten minutes.
- 200
The matching results.
Schema
- Array [
- ]
Your identifier for the result. Combining the line item and user IDs is fine.
[
{
"id": "11",
"userId": "41",
"comment": "Great work!",
"resultScore": 99,
"resultMaximum": 100
}
]
