I could successfully use GET /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/(folderId)/feedback/(entityType)/(entityId) to retrieve the evaluation of a user's assignment, but for the updating of the evaluation, I've tried to use the post version of the same api but seems the RubricAssessmentsin the post body is not correctly updated even if I got 200 response code, however the score is updated.
The post body I use is something like this:
{"IsGraded": false,"score":"2","RubricAssessments": [{"RubricId": 14,…}],"Feedback":{"Text":"you did good"}}