getApps

@GET(value = "apps")
abstract fun getApps(@Query(value = "page[number]"pagenumber: Int? = null, @Query(value = "page[size]"pagesize: Int? = null, @Query(value = "filter[appType]"filterappType: GetAppsAPI.FilterappType? = null, @Query(value = "filter[cache]"filtercache: GetAppsAPI.Filtercache? = null, @Query(value = "filter[since]"filtersince: String? = null): Call<LocationBasedApps>