Initialization Option Author API

restricted

Configuration options for filters which are applied to the Activity list view.

You would want to use this to restrict what Activities authors can see.

Values

Request object key config.activity_list.filter.restricted

Type object

This object has the following properties which can be configured.

  • created_by array

    Only show Activities created by specified users (authors).

  • current_user boolean

    Only show Activities created by the current user (author).

  • status array[string]

    Only show Activities that have a status matching one of the specified statuses.

  • tags object

    Configuration for Tag filters which are applied by default to the search criteria for the Activity list results.

Was this article helpful?