Solved

I'm working with an API but the results come back paginated, how can I loop through the responses to get all the data back?

  • 24 July 2019
  • 1 reply
  • 1 view

Userlevel 4
Badge +13

I would love an example workspace if possible.

icon

Best answer by brianatsafe 24 July 2019, 23:27

View original

1 reply

Badge +9

Hi FME Lizard!

 

 

Here is an example workspace to try out jobhistorystatisticsgathering.fmw This is distributed with FME Server (Dashboards folder) to grab the job history for our dashboard functionality. It uses the FME Server REST API and a custom transformer with a loop to ensure it grabs all the results. Give it a try!

Reply