getApplicationById method

  1. @override
Future<ApplicationV1> getApplicationById (
  1. String correlationId,
  2. String applicationId
)
override

Gets an application by its unique id.

  • correlationId (optional) transaction id to trace execution through call chain.
  • id an id of application to be retrieved. Return Future that receives application or error.