
1 Feb
2013
1 Feb
'13
11:56 a.m.
Hi, When i do the api call for events from , i only get 100 events. Can someone tell me how to get all the events ? List<Event> evlst=api.getEvents().list(); for(Event obj:evlst) { System.out.println(obj.getDescription() + ":" +obj.getSeverity() +":"+obj.getTime().toString()+":"+k.toString()); } Regards, Navin