Bulk Activities Export Recency
Hi - Is there a time cutoff between the when the job is created/enqueued and the activities returned for the bulk activities export? I think a simple example will better explain by question
.
Suppose I run the 2 below bulk export activity jobs with the corresponding time parameters. Should I expect Job 1 and Job 2 to return the exact same results?
Job 1:
Time I launch(ie /create and /enqueue) the job: '2018-03-22T00:00:01+00:00'
startAt='2018-03-21T00:00:00+00:00'
endAt='2018-03-22T00:00:00+00:00'
Job 2:
Time I launch(ie /create and /enqueue) the job is one day later: '2018-03-23T00:00:00+00:00'
startAt='2018-03-21T00:00:00+00:00'
endAt='2018-03-22T00:00:00+00:00'