Hi
I'm looking at ways to monitor FME Server using the REST API and would like to perhaps query for all failed jobs in the last n days/hours/minutes.
It's currently possible with the V3 API to query for failed jobs - e.g.
https://myfmeserver/fmerest/v3/transformations/jobs/completed?completedState=failed
However, this will return ALL failed jobs. If we are monitoring for recent failures, we would want to query using dates or a timeframe (e.g previous n minutes/hours/days). Currently this is not possible and requires either returning all failed jobs (could be many) and then filtering the results by date on the client.
Querying by date seems to be a fairly logical thing to want to do and there are possibly other areas of the API where this would also be applicable.


