新しいBoxサポートサイトへようこそ。 変更点の詳細はこちらをご確認ください .

Limit on the Events pulled from BOX API

新規投稿

コメント

2件のコメント

  • 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
    コメントアクション 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
    コメントアクション Permalink

サインインしてコメントを残してください。