LINEITEMS_GET
Sent when a tool lists the grade lines in a course. Return the line items for the context, honouring filters if present.
The id you return is used to build the URL the tool will use for later reads and writes, so it must be stable.
The decoded payload:
{
"type": "LINEITEMS_GET",
"parameters": {
"context": "2022CSEa5e6c431b91",
"clientId": "348080fn9du9b9ufvb92rfb9l",
"filters": {
"resourceLinkId": "17",
"tag": "myLineItems"
}
}
}
Request Body required
An RS256 JWT signed by LTIAAS, valid for ten minutes.
- 200
The matching line items.
Schema
- Array [
- ]
Your stable identifier for this grade line.
Present when the grade line belongs to a specific activity.
Present when the grade line carries a tool-defined tag.
[
{
"id": "412",
"label": "My first grade line",
"scoreMaximum": 99,
"resourceLinkId": "412",
"tag": "new_tag"
}
]
