getListByIds method

Future<List<UserPasswordV1>> getListByIds (
  1. String correlationId,
  2. List<String> ids
)
inherited

Gets a list of data items retrieved by given unique ids.

  • correlationId (optional) transaction id to trace execution through call chain.
  • ids ids of data items to be retrieved Return Future that receives a data list Throws error.