Retrieve the event search dictionary

Return the event search dictionary. The dictionary is computed based on the principal and includes:

  • The list of event module(s);
  • The list of event code(s);
  • The list of event detail(s);
Responses
  • 200 The event search dictionary
    modules
    array of string required

    The Stream modules that events can be searched on

    codes
    array of string required

    Available event codes to search on

    details
    array of string required

    Available event details to search on

  • 401 Unauthorized request
  • 403 Forbidden action
  • 500 Internal Server error