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
1 Like
Issuedeep
(Ishu Deep)
April 3, 2025, 5:48am
3
@David_Norris
Do not use double quotes. It will work.
3 Likes
Nice! That did it. Thank you!
1 Like
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
system
(system)
Closed
July 21, 2025, 12:59pm
6
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.