1

We are in situation where We Need to fetch last two records from Lookback API every time .

For the below case, we need the records highlighted in green,

enter image description here

We are doing the incremental fetch using the _ValidFrom Date in Lookback API. We need last two records so that we can handle the updates happening to _ValidTo whenever new snapshot is created.

harish
  • 35
  • 5

1 Answers1

0

You should be able to get that data from just the most recent snapshot can't you? The _ValidFrom of the most recent should be equal to the _ValidTo of the second to last one.

Kyle Morse
  • 8,390
  • 2
  • 15
  • 16
  • We can, But we dont want to do the updates at our end as thats not technically feasible for us, We want to get the Data as it looks now from Agile Central Itself – harish Jul 11 '18 at 16:42