I'm trying to use the FME Server REST service to get information about Job History,
I'm using this call:
https://<fmeserver_host>/fmerest/v3/transformations/jobs/completed?limit=-1&offset;=-1
The problem is that it's only returning information about 1000 jobs when there are much more in there. We're running FME Server version 17725. I can't see anything about limits in the documentation and I'm wondering if this is a bug or if it's just undocumented. Can anyone test this call on their server to see if you see the same thing? I'm following it with a JSONFragmenter with 'json[*][*]' as the query to split up the response. I'd rather not build a workaround for this if it's a bug.