Is it possible to get Incidents after a timestamp using rest api?

Hallo,

in the RestAPI Document for Incient i have not found the query parameter for incidentTimestamp, could someone explain why? And how could i get incidents after a certain timestamp?

Thanks,
Best Regards
Fan

Hi Fan,

The docs are not complete for some reason 1.
So you can query for certain timestamp and sort by incidentTimestamp.
I don’t think that it is possible to query for incidents after some timestamp.

Best regards,
Yana

I double checked and unfortunately there is no options to query for certain timestamp (the docs are fine).
You can only sort by incidentTimestamp.

Hallo Yana,

thanks for your help, it means i must fetch all incidents and filter them local.

Hi Fan,

Yes, if you are interest feel free to raise a pull request.

Best regards,
Yana