byReference

suspend fun byReference(call: ApplicationCall)
open fun byReference(entityId: EntityId<RT>, disposition: String? = null): List<T>

List blobs with the given reference and entity id.

Return

list of blob BOs for the given entity with the given disposition

Parameters

entityId

The reference to list the blobs for,

disposition

The disposition to filter for, when null, all blobs are included.