getAttachmentById method

  1. @override
Future<BlobAttachmentV1> getAttachmentById (
  1. String correlationId,
  2. String attachmentId
)
override

Gets an attachment by its unique id.

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