RecentlySharedBundlesResponse
Paginated response containing recently shared bundles and the total number of matching records.
type RecentlySharedBundlesResponse {
recentlySharedBundles: [RecentlySharedBundle!]!
totalCount: Long!
}
Fields
RecentlySharedBundlesResponse.recentlySharedBundles ● [RecentlySharedBundle!]! non-null object bundles
List of recently shared bundles for the current account
RecentlySharedBundlesResponse.totalCount ● Long! non-null scalar partner-portal
Total number of recently shared bundles across all accounts
Returned By
recentlySharedBundles query
Was this topic helpful?