List Workflow Executions API Filter String Error

Hi all,

I am encountering an issue with the Beta API " List Workflow Executions"

The docs state that “startTime” should be a valid filter field:

image

However, when I make a call with that filter applied, I receive the following error:

I was able to successfully use the “status” filter so I believe my format is correct but wanted to confirm with fellow developers in case I have missed something.

Thanks!

Hi @chris-hogan ,

Can you try start_time instead of startTime

1 Like

Hi Shailee,

That does in fact work! Thanks for the help. Out of curiosity, how did you determine that would be the case? Had I missed something?

2 Likes

Hi @chris-hogan ,

We also had hard time with a similar use case. While researching similar topics on Developer community, I came across this post - Workflow Executions API not allowing filter on startTime - Identity Security Cloud (ISC) / ISC Discussion and Questions - SailPoint Developer Community. @colin_mckibben can help on the documentation update status as per this post.

Anyway, so to resolve our issue, there were some posts where workflow executions history was discussed from where we discovered that start_time instead of startTime works.

Thanks,
Shailee

2 Likes

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