get Performance Data

@PostMapping(path = ""{" + APPLICATION_IDENTIFIER_KEY + "}/" + PERFORMANCES_KEY", headers = [] )
open fun <T> getPerformanceData(@PathVariable(value = "id") userId: String, @RequestHeader(value = "token") token: String, @PathVariable(value = "application_id") applicationId: String, @RequestParam(name = "platform") platform: Platform, @RequestBody payload: Map<String, Any>): T

Method to get the performance data of an application

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 of retrieve the related performance data

platform

The platform of retrieve the related performance data

payload

The filters payload to use for the performance data selection