item_search
Holds configuration for the Item lookup screens (Item picker, intro and outro picker views) used by the Activity editor.
Important If a filter is specified for item list and none for item search, the item list filter will be applied.
Important If a filter is specified for item list and none for item search, the item list filter will be applied.
Values
Request object key config.activity_edit.item_search
Type object
This object has the following properties which can be configured.
-
filter object
Options for filtering and restricting content that is displayed on the Item lookup screens.
-
limit number
Control the number of Items listed on each page in the Item picker, intro and outro picker views.
-
title object
Holds configuration for the Item title in the Item picker, intro and outro picker views.
Type definitions
ItemBankDefinition object
An ItemBankDefinition describes from which sources Items can be loaded for an Activity. It is used as an entry in Activity edit's item_banks
.
-
organisation_id numberSpecifies the organisation from which the Items are loaded.
-
item_bank_name stringThe name of the Item bank displayed by Author API.
-
item_pool_id stringThe ID of the Item pool from which Items are loaded.
-
filter objectA specific filter for the Item bank. The object structure of the filter is the same as the Item search filter.