apidocs / com.srv4pos.server.api.keyboard / KeyboardService / list

list

@JvmOverloads fun list(version: Int?, firstResult: Int? = null, maxResults: Int? = null, like: String? = null, orderBy: KeyboardInfo.Fields? = null, orderDesc: Boolean? = null): List<KeyboardInfo>?

Returns list of entities.

Parameters

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", "NAME", "WIDTH", "HEIGHT", "DEVICE_FORM_FACTOR"

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