BlockEditorTemplate
Block Editor Templates are pre-build templates that can be used to create pages. The BlockEditorTemplate API allows you to create, retrieve, update, and delete templates.
A BlockEditorTemplate object looks like:
BlockEditorTemplatesApiController#index
GET /api/v1/courses/:course_id/block_editor_templates
GET /api/v1/courses/:course_id/block_editor_templates
Scope: url:GET|/api/v1/courses/:course_id/block_editor_templates
A list of the block templates available to the current user.
Request Parameters:
Example Request:
Returns a list of BlockEditorTemplate objects.
© Instructure, Inc. Generated on Wed Nov 6 14:20:05 2024 This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated