@JvmOverloads fun list(version: Int?, firstResult: Int? = null, maxResults: Int? = null, like: String? = null, orderBy: KeyboardEntryInfo.Fields? = null, orderDesc: Boolean? = null): List<KeyboardEntryInfo>?
Returns list of entities.
firstResult - when pagination starts or null
maxResults - amount of items per page or null
like - search string filter or null
orderBy - field to order by, possible values are "IDENTIFIER", "PRODUCT_NAME", "PRODUCT_BARCODE",
"PRODUCT_NETTO", "PRODUCT_SALES_UNIT", "PRODUCT_COUNTED_IN_PRICE", "KEYBOARD_NAME",
"SUB_KEYBOARD_NAME", "POSITION_X", "POSITION_Y", "WIDTH", "HEIGHT", "KEY_ACTION", "LABEL"
orderDesc - field to direction of ordering
version - version or null if fresh data required
Return
list of entities which exists on current seller or null if list of entities is not modified since version