apidocs / com.srv4pos.server.api.precept / PreceptService / list

list

fun list(firstResult: Int?, maxResults: Int?, like: String?): List<PreceptInfo>

Get list of precepts.

Parameters

firstResult - when pagination starts or null

maxResults - amount of items per page or null

like - search string filter or null

Return
list with precepts