get Application

@GetMapping(path = "{" + APPLICATION_IDENTIFIER_KEY + "}", headers = [] )
open fun <T> getApplication(@PathVariable(value = "id") userId: String, @RequestHeader(value = "token") token: String, @PathVariable(value = "application_id") applicationId: String): T

Method to get an existing application

Return

the result of the request as T

Parameters

userId

The identifier of the user

token

The token of the user

applicationId

The identifier of the application to get