getLevels
Get a list of levels
This function returns a levels list. The data can be filtered, sorted and paginated.
func getLevels(filteredBy filters: String?, sorts: String?, page: Int?, pageSize: Int?, completion: @escaping (_ model: [LevelResultView]?, _ error: String?)->()) {
}
Updated over 2 years ago
What’s Next