def

func:haystackReadByIds

haystackReadByIds(conn, ids, checked: true)

Perform Haystack HTTP API call to read a list of records by their identifiers. Return a grid where each row of the grid maps to the respective id list (indexes line up). If checked is true and any one of the ids cannot be resolved then raise UnknownRecErr for first id not resolved. If checked is false, then each id not found has a row where every cell is null. Also see Client.readByIds.

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function