Grading Period Sets
Last updated
Was this helpful?
Last updated
Was this helpful?
Manage grading period sets
GET /api/v1/accounts/:account_id/grading_period_sets
Scope: url:GET|/api/v1/accounts/:account_id/grading_period_sets
Returns the paginated list of grading period sets
POST /api/v1/accounts/:account_id/grading_period_sets
Scope: url:POST|/api/v1/accounts/:account_id/grading_period_sets
Create and return a new grading period set
enrollment_term_ids[]
Array
A list of associated term ids for the grading period set
grading_period_set[title]
Required string
The title of the grading period set
grading_period_set[weighted]
boolean
A boolean to determine whether the grading periods in the set are weighted
grading_period_set[display_totals_for_all_grading_periods]
boolean
A boolean to determine whether the totals for all grading periods in the set are displayed
PATCH /api/v1/accounts/:account_id/grading_period_sets/:id
Scope: url:PATCH|/api/v1/accounts/:account_id/grading_period_sets/:id
Update an existing grading period set
204 No Content response code is returned if the update was successful.
enrollment_term_ids[]
Array
A list of associated term ids for the grading period set
grading_period_set[][title]
Required string
The title of the grading period set
grading_period_set[][weighted]
boolean
A boolean to determine whether the grading periods in the set are weighted
grading_period_set[][display_totals_for_all_grading_periods]
boolean
A boolean to determine whether the totals for all grading periods in the set are displayed
DELETE /api/v1/accounts/:account_id/grading_period_sets/:id
Scope: url:DELETE|/api/v1/accounts/:account_id/grading_period_sets/:id
204 No Content response code is returned if the deletion was successful.
This documentation is generated directly from the Canvas LMS source code, available .