Configuring the number of shown devices and device groups
By default, a maximum of 10 devices and 10 device groups is shown in the palette (see also
Adding a block). The same default value is used in the block parameter editor when you select a different device or device group (see
Editing the parameters of a block) and when you replace devices or device groups (see
Replacing devices and device groups).
If you want to change this default value (to show either more or less items), you need to change the tenant options. That is, you need to send a
POST /tenant/options request.
For detailed information, see the information on tenants in the Reference guide at https://www.cumulocity.com/guides/. For example, specify the following to set the value to 20:
{
"category": "analytics.builder",
"key": "c8yAnalyticsBlocks.queryInventoryPageSize",
"value": "20"
}