get Multi Objects
suspend fun getMultiObjects(objectIds: List<ObjectId>, options: ObjectResponse.ObjectDataOptions): List<ObjectResponse>
Retrieves the object data for a list of objects.
Return
A list of ObjectResponse objects.
Parameters
object Ids
the IDs of the queried objects.
options
options for specifying the content to be returned.
Throws
if an error occurs during the retrieval process.