I’m trying to use this API call to get a list of all account activity with a couple of simple filters.
https://myorg.api.identitynow.com/v3/account-activities?filters=type eq “CloudPasswordRequest” and completionStatus eq “SUCCESS”&limit=1
I’m getting this error
“The request was syntactically correct but its content is semantically invalid.”
I know the error has to do with the completionStatus filter because if I take just that part off it works fine and if I only have the completionStatus filter it also fails with the same error.
I don’t see any problem with the filter though so I’m not sure what the problem is?