GetAndSearchDocksByPage
class GetAndSearchDocksByPage
GetAndSearchDocksByPage gets docks from the API with pagination and filtering support.
Functions
Link copied to clipboard
suspend operator fun invoke(fields: List<DockProperty> = DockProperty.entries, filters: DockFilters? = null, logicalOperator: ApiLogicalOperator = ApiLogicalOperator.AND, orderSort: DockOrderSort? = null, page: Int = 1, pageQuantity: Int = DEFAULT_RECORD_QUANTITY_PER_PAGE, searchType: ApiSearchType = ApiSearchType.EXACT, sessionToken: String? = null): ResultS1SDK<DataSet<Dock>, ErrorS1SDK>
Gets Dock models from the API for a specific page. You can specify extra filters to apply on the search.