Using
https://docs.valence.desire2learn.com/res/grade.html#get--d2l-api-le-(version)-(orgUnitId)-grades-(gradeObjectId)-values-
, specifically
GET /d2l/api/le/(version)/(orgUnitId)/grades/(gradeObjectId)/values/
I am able to access the score each student sees in their own grading system from the API (so I can ensure that I give them the according grades).
However, I have a final formula that computes how many bonus points they are entitled to, and "formula" is not an allowed GradeType for this query.
Does anyone know how I can access the values computed by the formula through the api?
Best, Morten