V2024 API: Access Request Status - Expected date format to filter by 'created'

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

@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

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.