Filter details

Overview

Filter Details widget allows a user to view filter details.

filterDetails

config:
  type: filterDetails

Widget configuration

Filter Details data widget has the following configuration:

config:
  header:
    title:                     # Widget title text.
    displayTitle: true         # Indicates whether to display widget title text.
    iconPath:                  # Path to icon.
  type: filterDetails          # Widget type. Must always equal "epTokenStatus" for this widget type. REQUIRED.
  serviceIntegration:
    service: epr               # EPR service instance name. REQUIRED.
    applicationName:           # Application name get filter details for. REQUIRED.

Minimal valid configuration:

- config:
    header:
      title:
      displayTitle: false
    type: filterDetails
    serviceIntegration:
      service: epr
      applicationName: environment

Interfaces

Filter Details supports a number of service interfaces to perform its functional role. The key supported interfaces are summarized in the following diagram.

Filter Details interfaces diagram

For service communication, WD widgets mainly use REST APIs.