get Or Null
inline suspend fun getOrNull(id: String, common: CommonOptions = CommonOptions.Default, withExpiry: Boolean = false, project: List<String> = emptyList()): GetResult?
Content copied to clipboard
Like get, but returns null instead of throwing DocumentNotFoundException if the document is not found.