$filter does not work in "Backup Jobs - List" REST API.
I am trying to use $filter in (Backup Jobs - List)[https://learn.microsoft.com/en-us/rest/api/backup/backup-jobs/list?view=rest-backup-2024-04-01&tabs=HTTP#list-jobs-with-time-filter] but with no success. This is how I have set up my URL:
https://management.azure.com/subscriptions/xxxxx/resourceGroups/yyyyy/providers/Microsoft.RecoveryServices/vaults/vvvvv/backupJobs?api-version=2024-04-01&$filter=startTime lt '2024-08-15 00:00:00 AM'.
But I still get records from after this date. I've tried other format as well like startTime lt '2024-08-15T00:00:00Z', which also does not work.
Am I missing something here?