milestones

Retrieve archived (?) timer events

Hi all,
Is there a way to retrieve a list of all passed (or archived) timer events in REST API?
Consider this example..I want all my timer event triggers to work as milestones..so that I know the workflow passed through them after executing. So, I wish to retrieve them either while the instance is executing or after it's completion. I tried with "API/bpm/timerEventTrigger?caseId=(caseId)&p=0&c=150" by giving it the "caseId" if it's executing or the "archived caseId" if it's finished. Both of them returned "200 ok" but with an empty payload.

Notifications