Apps API
class AppsAPI
Content copied to clipboard
Extensions
check For Pace App
Link copied to clipboard
fun POIAPI.AppsAPI.checkForPaceApp(filterlatitude: Float, filterlongitude: Float, filterappType: CheckForPaceAppAPI.FilterappType? = null, readTimeout: Long? = null): Call<LocationBasedAppsWithRefs>
Content copied to clipboard
create App
Link copied to clipboard
fun POIAPI.AppsAPI.createApp(body: CreateAppAPI.Body, readTimeout: Long? = null): Call<LocationBasedApp>
Content copied to clipboard
get App
Link copied to clipboard
fun POIAPI.AppsAPI.getApp(appID: String? = null, readTimeout: Long? = null): Call<LocationBasedApp>
Content copied to clipboard
get App POIs Relationships
Link copied to clipboard
fun POIAPI.AppsAPI.getAppPOIsRelationships(appID: String? = null, readTimeout: Long? = null): Call<AppPOIsRelationships>
Content copied to clipboard
get App Redirect
Link copied to clipboard
fun POIAPI.AppsAPI.getAppRedirect(appID: String? = null, readTimeout: Long? = null): Call<Void>
Content copied to clipboard
get Apps
Link copied to clipboard
fun POIAPI.AppsAPI.getApps(pagenumber: Int? = null, pagesize: Int? = null, filterappType: GetAppsAPI.FilterappType? = null, filtercache: GetAppsAPI.Filtercache? = null, filtersince: Date? = null, readTimeout: Long? = null): Call<LocationBasedApps>
Content copied to clipboard
update App
Link copied to clipboard
fun POIAPI.AppsAPI.updateApp(appID: String? = null, body: UpdateAppAPI.Body, readTimeout: Long? = null): Call<LocationBasedApp>
Content copied to clipboard
update App POIs Relationships
Link copied to clipboard
fun POIAPI.AppsAPI.updateAppPOIsRelationships(appID: String? = null, body: AppPOIsRelationships, readTimeout: Long? = null): Call<AppPOIsRelationships>
Content copied to clipboard