RecentItemsModule

public class RecentItemsModule

Returns information about files that have been accessed by a user not long ago.

  • Get recent items.

    Declaration

    Swift

    public func list(
        marker: String? = nil,
        limit: Int? = nil,
        fields: [String]? = nil
    ) -> PagingIterator<RecentItem>

    Parameters

    marker

    The position marker at which to begin the response. See marker-based paging for details. This parameter cannot be used simultaneously with the ‘offset’ parameter.

    limit

    The maximum number of items to return. The default is 100 and the maximum is 1,000.

    fields

    Comma-separated list of fields to include in the response.