Welcome to the new Box Support website. Check out all the details here on what’s changed.

Limit on the Events pulled from BOX API

New post

Comments

2 comments

  • Murtza

    The default number of items returned from the Events endpoint is 100. The max number of items that can be returned from the Events endpoint is 1000.

     

    Which method are you calling to generate this event collection? 

    0
    Comment actions Permalink
  • schindhi12

    Hi,

    I am using,

     

    final IBoxEventsManager bem = client.getEventsManager();

    /* request obj parameters here */

     

    BoxEventCollection bc = bem.getEvents(boxEventRequestObjs);

    LOGGER.debug("Chunk size :- "+bc.getChunkSize());

     

    is there a limit parameter i need to set in the request object?

     

    Thank you,

    0
    Comment actions Permalink

Please sign in to leave a comment.