Implement an API so toolbox search can query an external backend and show matching templates (for catalogs with 100+ items).
Usage scenario
A company has 500+ approved question templates in a backend. The Creator shows a small default toolbox.
The user types nps in the toolbox search → the app calls the API → matching templates appear under Templates → the user drags NPS Question onto the survey. When the user clears the search, API templates disappear and the standard toolbox is shown again.
Requirements:
Implement an API so toolbox search can query an external backend and show matching templates (for catalogs with 100+ items).
Usage scenario
A company has 500+ approved question templates in a backend. The Creator shows a small default toolbox.
The user types nps in the toolbox search → the app calls the API → matching templates appear under Templates → the user drags NPS Question onto the survey. When the user clears the search, API templates disappear and the standard toolbox is shown again.
Requirements:
Promise<IQuestionToolboxItem[]>callback.addItem/ filtering does not drop hidden built-in items from actions.