I’m developing a filter and action event hooks on the item.read
event. But I need to check if a URL parameter has been set. Is it possible to write middleware to extend the existing context
object within the hooks to include the request information alongside the accountability object, etc?
Middlewares (or other extensions) are not capable of extending the context object provided to the event emitter, as far as i know