API to update checklist item answer?
Mirthe.H.614
Berichten: 2 🔍
So I know I can retrieve all items in a checklist with https://docs.valence.desire2learn.com/res/checklist.html#get--d2l-api-le-(version)-(orgUnitId)-checklists-(checklistId)-items-
I was wondering if there is also something to update which items in a checklist are checked for a certain user? The endpoint would have to be called by users with the student role.
I'm not looking for something to update the checklist items itself like with https://docs.valence.desire2learn.com/res/checklist.html#put--d2l-api-le-(version)-(orgUnitId)-checklists-(checklistId)-items-(checklistItemId)
If an endpoint like what I'm looking for existed I would imagine it like:
/d2l/api/le/(version)/(orgUnitId)/checklists/(checklistId)/(userId)
With JSON parameters passing a boolean for every ChecklistItemId.
I haven't been able to find a solution for this. I don't think an API endpoint exists. Is there another way to go about this?
I was wondering if there is also something to update which items in a checklist are checked for a certain user? The endpoint would have to be called by users with the student role.
I'm not looking for something to update the checklist items itself like with https://docs.valence.desire2learn.com/res/checklist.html#put--d2l-api-le-(version)-(orgUnitId)-checklists-(checklistId)-items-(checklistItemId)
If an endpoint like what I'm looking for existed I would imagine it like:
/d2l/api/le/(version)/(orgUnitId)/checklists/(checklistId)/(userId)
With JSON parameters passing a boolean for every ChecklistItemId.
I haven't been able to find a solution for this. I don't think an API endpoint exists. Is there another way to go about this?