Retrieve Rubric associated with Quiz Question

Nathan.G.332
Posts: 9 🌱
Hello Community,
In custom applications I make use of this public API:
GET /d2l/api/le/
(
version
)
/
(
orgUnitId
)
/rubrics
Retrieve rubrics for an object in an org unit.
Parameters:
- version (D2LVERSION) – API version.
- orgUnitId (D2LID) – Org unit ID.
Query Parameters:
- objectType (EVAL_T) – Type name for object associated with the evaluation.
- objectId (D2LID) – Object ID.
Has this been updated to retrieve Rubrics associated with Quiz Questions?
If so - what would I use for objectType and objectId?
If not - are there any plans to update this endpoint to incorporate this usecase?
Thanks in advance for taking a look and any insight you can provide!
- Nathan