I am trying to get the start date of an archived task via the API Rest of Bonita BPM portal (7.1.3 version) but I don't find the proper method.
For example, I am using:
.../bonita/API/bpm/archivedTask?p=0&f=processId=processIdNumber
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 is the start date.
Any idea?
Thanks a lot. Best regards.