Sort API for Grade Category/Item
Muhammad.R.564
Posts: 30 🌱
in Development
Hello did Brightspace have Grade API for soirting Grade Item/Category by Name?
Answers
-
Hi @Muhammad.R.564,
Thank you for reaching out to the Brightspace Community!
In this case, you may find our API documentation on Grades helpful for the workflow you are trying to achieve, as it contains all available APIs regarding the grades tool.
An example is the API below. It retrieves each user’s grade value for a particular grade object and allows you to sort by firstname, lastname, grade value, or lastmodified.
/d2l/api/le/(
version
)/(
orgUnitId
)/grades/(
gradeObjectId
)/values/
Please keep us posted if this resource was helpful in completing your intended workflow.
Kind regards,
Roqeeb,