docs-matrix-spec/specification/modules/event_context.rst
Richard van der Hoff b2e0a855cc Add 'event' to event context API
also link through to the event schemas
2016-02-01 17:45:45 +00:00

19 lines
472 B
ReStructuredText

Event Context
=============
.. _module:event-context:
This API returns a number of events that happened just before and after the
specified event. This allows clients to get the context surrounding an event.
Client behaviour
----------------
There is a single HTTP API for retrieving event context, documented below.
{{event_context_http_api}}
Security considerations
-----------------------
The server must only return results that the user has permission to see.