ViewedBundlesData
No description
type ViewedBundlesData {
accountId: ID
ownerAccountId: ID
bundle: BundleViewForMaybeOwner
userId: String
time: DateTime
}
Fields
ViewedBundlesData.accountId ● ID scalar miscellaneous
The Platform account id of the user who performed recent bundle activity
ViewedBundlesData.ownerAccountId ● ID scalar miscellaneous
Account id of the owner of the bundle
ViewedBundlesData.bundle ● BundleViewForMaybeOwner object bundles
The viewed bundle details
ViewedBundlesData.userId ● String scalar miscellaneous
Platform email address of the user who recently accessed/viewed the bundle
ViewedBundlesData.time ● DateTime scalar partner-portal
Bundle viewed time
Member Of
ViewedBundlesResponse object
Was this topic helpful?