This module provides a shortcut route for accessing glimpse functionality.
/:id
- Get page data by ID (equivalent to /views/glimpse/:id
)authCheck
middleware/views/glimpse/:id
routeid
(string, required) - The Notion page ID to retrieveReturns JSON response with page data from Notion API, with button properties filtered out.
This route provides the same functionality as /views/glimpse/:id
but with a shorter URL path:
/views/glimpse/{page-id}
/glimpse/{page-id}
Both routes use the same controller and return identical responses.