[GET] /{id}/history
/api/bpm/timers/{id}/history
Description | To retrieve all history entries for a specific timer whose id is given in the path. The data in the response are sorted by EntryNr(property from the enaio Server) which reflects the chronological order. For the action property, see here: [GET] api/bpm/processes/{id} |
|---|---|
Required Systemrole | R_WFADM_START (ID = 20) |
Request | GET |
Response | JSON |
Minimum Version | 1.0.0 |
Request |
|
Result | {
"objects": [{
"id": "81BCD87D99CF4C09900420123A6ADE41",
"time": "2019-11-29T16:33:14+01:00",
"userId": "00000000000000000000000000000003",
"userName": "WF-System3",
"serverName": "WF-System3",
"action": "CreateTimer"
},{
"id": "CDD2178760A14BA18DD196D0E3019EEE",
"time": "2019-12-02T10:36:58+01:00",
"userId": "00000000000000000000000000000003",
"userName": "WF-System3",
"serverName": "WF-System3",
"action": "Remind"
}]
} |