Initialization Option Author API

restricted

Specifies a filter which cannot be changed by the user.

Important If a tag filter is specified and a user should be allowed to create Activities, tags matching that filter will need to be set on Activity creation (using setActivityTags).

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 display Activities created by the users in the passed array of strings (based on their user.

  • current_user boolean

    Only display Activities created by the current user (based on their user.

  • status array

    Only display Activities that have a status matching one of the statuses in the array.

  • tags object

    Holds config for tag filters which are applied by default to the search criteria for the Activity list results.