Skip to content

Get Learning Metrics

GET
/api/canvas/teams/{team_id}/learning-metrics
curl --request GET \
--url 'https://example.com/api/canvas/teams/example/learning-metrics?deal_id=example' \
--header 'Authorization: Bearer <token>'

Team-scoped learning metrics for edit reduction tracking.

team_id
required
Team Id
string
deal_id
required
Deal Id
string

Successful Response

Media type application/json
Example generated
example

Validation Error

Media type application/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object
Example generated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example",
"input": "example",
"ctx": {}
}
]
}