get_homepage_blocks
Retrieve the 'in de kijker' blocks pinned to the Smartschool homepage, including titles, text, and embedded image URLs. Use it to access recurring content like monthly menus, calendars, or announcements that are not sent as messages.
Instructions
Retrieve the "in de kijker" blocks pinned to the Smartschool homepage.
Schools use these blocks for recurring content that is never sent as a
message and never lands in a document module — a monthly lunch menu
("Maandmenu"), a monthly calendar ("Maandkalender"), announcements. The
content is frequently an embedded image rather than text, so images
is usually where the information actually lives.
Args: include_html: Also return each block's raw inner HTML (default: False).
Returns: Dictionary with the list of blocks. Each block has a title, its news_id, plain text, and absolute URLs for any embedded images and links.
Examples: - get_homepage_blocks() -> [{"title": "Maandmenu", "images": [...]}, ...]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_html | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||