Dear all,
I am trying to get the start date of an archived Task via the API Rest but I don’t find the proper method.
For example, I am using:
…/bonita/API/bpm/archivedTask?p=0&f=processId=processId
and the only dates that I get are:
[
{
…
“assigned_date”: “2016-10-13 12:22:50.456”,
…
“reached_state_date”: “2016-10-13 12:22:51.717”,
…
“archivedDate”: “2016-10-13 12:22:51.729”,
…
“dueDate”: “2016-10-13 13:21:31.266”,
“last_update_date”: “2016-10-13 12:22:51.717”
}
]
Neither of these dates are the start date.
Any idea?
Thanks a lot.
Best regards.