Identity History Beta API - List All Events for Identity - 'from' filter not working

Take a look at the following API:

This API allows filtering identity events from a particular date using the ‘from’ parameter.
Although, I cannot see the filter working even when I add the from date in the parameter (with the same format specified, Example: 2007-03-01T13:00:00Z).

My API call:


https://mytenant.api.identitynow.com/beta/historical-identities/:id/events?from=2023-10-13T00:00:00.000Z&eventTypes=AttributesChanged

Is this a bug?

Hi @sushant1,

I just tested this and I think how from works is that it brings all the historical events from that date. So If your from is 2023-07-28T14:01:55.575Z, then it will bring all historical records from 2023-07-28 and will omit the events happened after 2023-07-28T14:01:55.575Z

It’s a little misleading what it does, where the ‘from’ parameter acts like an ‘until’ parameter. I observed the same thing as you, where events on or before the date specified show up. I was expecting results “from” that date to today.

Agreed. I was also expecting it to get the results from that date to today. Maybe you can put it on ideas portal.

I created a ticket for us to update the docs on from to be more clear.

1 Like

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