sailpoint-oss / api-specs

This repo houses the API specifications for all SailPoint services.
MIT License
10 stars 17 forks source link

List Workflow Executions with StartTime filter #67

Open JustenCs opened 6 months ago

JustenCs commented 6 months ago

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

sulian commented 2 months ago

@JustenCs, you save my day!