def
func:haystackReadById
haystackReadById(conn, id, checked: true)
Perform Haystack HTTP API call to read a record by its unique identifier. Return result as dict. If the record is not found, then return null or raise UnknownRecErr based on checked flag. Also see Client.readById.
meta
| admin | ✓ |
|---|---|
| def | func:haystackReadById |
| is | func |
| lib | lib:haystack |
| name | haystackReadById |