def
func:haystackRead
haystackRead(conn, filterExpr, checked: true)
Perform Haystack REST API call to read single entity with filter. The filter is an expression like readAll()
. Return result as dict. If the record is not found, then return null or raise UnknownRecErr based on checked flag. Also see Client.read
.
meta
admin | ✓ |
---|---|
def | func:haystackRead |
is | func |
lib | lib:haystack |
name | haystackRead |