We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I hope I have the right way to report this. I have been trying to use the startTime filter as documented something like: "https://tenant.api.identitynow.com/v3/workflows/:id/executions?filters=startTime gt "2024-03-21T00:00:00" However I have discovered that there is an issue and what really works is start_time like this: https://tenant.api.identitynow.com/v3/workflows/:id/executions?filters=start_time gt "2024-03-21T00:00:00"
If there is anything else I can provide let me know. I have just updated the Collection so I am up to date as of this morning.
Charles Ferreira
The text was updated successfully, but these errors were encountered:
@JustenCs, you save my day!
Sorry, something went wrong.
No branches or pull requests
Hi,
I hope I have the right way to report this. I have been trying to use the startTime filter as documented something like: "https://tenant.api.identitynow.com/v3/workflows/:id/executions?filters=startTime gt "2024-03-21T00:00:00"
However I have discovered that there is an issue and what really works is start_time like this:
https://tenant.api.identitynow.com/v3/workflows/:id/executions?filters=start_time gt "2024-03-21T00:00:00"
If there is anything else I can provide let me know. I have just updated the Collection so I am up to date as of this morning.
Charles Ferreira
The text was updated successfully, but these errors were encountered: