retrieveBinary

suspend fun retrieveBinary(binaryId: String): Binary?

Retrieve the Binary resource for the given binary ID.

Return

The Binary resource if found, otherwise null.

Parameters

binaryId

The ID of the binary resource.