Returns information about the recent items accessed by a user, either in the last 90 days or up to the last 1000 items accessed.
This operation is performed by calling function getRecentItems.
See the endpoint docs at API Reference.
await client.recentItems.getRecentItems();- queryParams
GetRecentItemsQueryParams- Query parameters of getRecentItems method
- headersInput
GetRecentItemsHeadersInput- Headers of getRecentItems method
- cancellationToken
undefined | CancellationToken- Token used for request cancellation.
This function returns a value of type RecentItems.
Returns a list recent items access by a user.