For the following API, I tried filtering by created in “2025-01-01T00:00:00.000Z” format, but it’s not returning any entries. (e.g. Get-v2024AccessRequestStatus -Filter ‘created gt “2025-01-01T00:00:00.000Z”’)
What’s the expected format to filter by created?
Hi @David_Norris ,
Try this without double quotes
created gt 2025-01-01
@David_Norris
Do not use double quotes. It will work.
Nice! That did it. Thank you!
Wondering why modified is not supported in filters. Its the most important field to etch created and updated requests from specific time period. Please Vote for this feature Additional essential filtering fields for | SailPoint Ideas Portal