Description
The Moodle mobile API supports fetching information about course blocks, it also provides a way to fetch the content of those blocks. I would like to request support for retrieving the content of course blocks, specifically the Panopto block, which is described in this guide. Panopto's block provides access to videos and lecture recordings.
Looks like the relevant Moodle API methods are core_block_get_course_blocks and core_block_fetch_addable_blocks, but I’m unsure which pagecontext value to send.
Description
The Moodle mobile API supports fetching information about course blocks, it also provides a way to fetch the content of those blocks. I would like to request support for retrieving the content of course blocks, specifically the Panopto block, which is described in this guide. Panopto's block provides access to videos and lecture recordings.
Looks like the relevant Moodle API methods are
core_block_get_course_blocksandcore_block_fetch_addable_blocks, but I’m unsure whichpagecontextvalue to send.