Skip to main content
Retrieves and decrypts items associated with the specified IDs.

Parameters

Returns

std::vector<cyborg::Item>: Decrypted items with requested fields.
IDs will always be included in the returned items.

Exceptions

  • Throws if the items could not be retrieved or decrypted.

Example Usage