get Version Samples

@GetMapping(path = ""{" + APPLICATION_IDENTIFIER_KEY + "}/" + VERSION_FILTERS_KEY", headers = [] )
open fun <T> getVersionSamples(@PathVariable(value = "id") userId: String, @RequestHeader(value = "token") token: String, @PathVariable(value = "application_id") applicationId: String, @RequestParam(name = "platform") platform: Platform, @RequestParam(name = "performance_analytic_type") analyticType: PerformanceAnalytic.PerformanceAnalyticType): T

Method to get all the available versions target for a specific analytic

Return

the result of the request as T

Parameters

userId

The identifier of the user

token

The token of the user

applicationId

The application identifier related to the performance data collected

platform

The platform related to the performance data collected

analyticType

The specific performance data to retrieve