Wiki
wiki_page_created
Definition: The event is emitted anytime a new wiki page is created by an end user or API request.
Trigger: Triggered when a new wiki page is created.
Payload Example:
Event Body Schema
body
The body of the new page. NOTE: This field will be truncated to only include the first 8192 characters.
title
The title of the new page. NOTE: This field will be truncated to only include the first 8192 characters.
wiki_page_id
The Canvas id of the new wiki page.
wiki_page_deleted
Definition: The event is emitted anytime a wiki page is deleted by an end user or API request.
Trigger: Triggered when a wiki page is deleted.
Payload Example:
Event Body Schema
title
The title of the deleted wiki page. NOTE: This field will be truncated to only include the first 8192 characters.
wiki_page_id
The Canvas id of the deleted wiki page.
wiki_page_updated
Definition: The event is emitted anytime a wiki page is altered by an end user or API request.
Trigger: Triggered when title or body of wiki page is altered.
Payload Example:
Event Body Schema
body
The new page body. NOTE: This field will be truncated to only include the first 8192 characters.
old_body
The old page body. NOTE: This field will be truncated to only include the first 8192 characters.
old_title
The old title. NOTE: This field will be truncated to only include the first 8192 characters.
title
The new title. NOTE: This field will be truncated to only include the first 8192 characters.
wiki_page_id
The Canvas id of the changed wiki page.
This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated