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