2025-04-03
▼ ▲ classroom.courses.getGradingPeriodSettings
Parameters :
courseId
Description : Required. The identifier of the course.
Type : string
Location : path
Required : Yes
Scopes :
Flat Path : v1/courses/{courseId}/gradingPeriodSettings
Parameter Order : courseId
Description : Returns the grading period settings in a course. This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user isn't permitted to access the grading period settings in the requested course or for access errors. * `NOT_FOUND` if the requested course does not exist.
Path : v1/courses/{courseId}/gradingPeriodSettings
HTTP Method : GET
▼ ▲ classroom.courses.updateGradingPeriodSettings
Description : Updates grading period settings of a course. Individual grading periods can be added, removed, or modified using this method. The requesting user and course owner must be eligible to modify Grading Periods. For details, see [licensing requirements](https://developers.google.com/classroom/grading-periods/manage-grading-periods#licensing_requirements). This method returns the following error codes: * `PERMISSION_DENIED` if the requesting user is not permitted to modify the grading period settings in a course or for access errors: * UserIneligibleToUpdateGradingPeriodSettings * `INVALID_ARGUMENT` if the request is malformed. * `NOT_FOUND` if the requested course does not exist.
Path : v1/courses/{courseId}/gradingPeriodSettings
Flat Path : v1/courses/{courseId}/gradingPeriodSettings
Parameter Order : courseId
HTTP Method : PATCH
Parameters :
courseId
Required : Yes
Location : path
Description : Required. The identifier of the course.
Type : string
updateMask
Type : string
Description : Mask that identifies which fields in the GradingPeriodSettings to update. The GradingPeriodSettings `grading_periods` list will be fully replaced by the grading periods specified in the update request. For example: * Grading periods included in the list without an ID are considered additions, and a new ID will be assigned when the request is made. * Grading periods that currently exist, but are missing from the request will be considered deletions. * Grading periods with an existing ID and modified data are considered edits. Unmodified data will be left as is. * Grading periods included with an unknown ID will result in an error. The following fields may be specified: * `grading_periods` * `apply_to_existing_coursework`
Format : google-fieldmask
Location : query