Waiting for engine...
Skip to main content

ViewedBundlesData

No description

type ViewedBundlesData {
accountId: ID
ownerAccountId: ID
bundle: BundleViewForMaybeOwner
userId: String
time: DateTime
}

Fields​

ViewedBundlesData.accountId ● ID scalar miscellaneous {#account-id}

The Platform account id of the user who performed recent bundle activity

ViewedBundlesData.ownerAccountId ● ID scalar miscellaneous {#owner-account-id}

Account id of the owner of the bundle

ViewedBundlesData.bundle ● BundleViewForMaybeOwner object bundles {#bundle}

The viewed bundle details

ViewedBundlesData.userId ● String scalar miscellaneous {#user-id}

Platform email address of the user who recently accessed/viewed the bundle

ViewedBundlesData.time ● DateTime scalar platform {#time}

Bundle viewed time

Member Of​

ViewedBundlesResponse object

On this Page