cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
322
Views
0
Helpful
1
Replies

Lag in History Updates

lxk_mitch
Level 1
Level 1

I've written a job to pull a list of recordings using the LstRecording XML API.  I then pull the list of Attendees for each meeting using the LstmeetingattendeeHistory XML API.   I'm noticing a weird thing.

It appears the recording shows up quickly but I've seen it take hours for the list of attendees API to return anything after the meeting.  I've changed the end date in the Recording API call to be one day earlier but I want to see how much is really needed to make sure all the date is there.

     string endString = DateTime.Now.AddDays(-1).ToUniversalTime().ToString("MM/dd/yyyy HH:mm:ss");

1 Accepted Solution

Accepted Solutions

ryanhunt
Level 5
Level 5

Historical data takes 48-72h before it becomes available; its not realtime.

View solution in original post

1 Reply 1

ryanhunt
Level 5
Level 5

Historical data takes 48-72h before it becomes available; its not realtime.