/pmse_Inbox/historyLog/:filter GET
Overview
Gets the history log for a process
Summary
This endpoint gets the history log for a process
Request Arguments
Name |
Type |
Description |
Required |
filter |
string |
The id of the process trigger sequence (cas_id) |
true |
Response Arguments
Name |
Type |
Description |
success |
boolean |
Result of the operation |
result |
<field>:<value> |
History records |
Response
{
"success":true,
"result":
[
{
"image":"index.php?entryPoint=download\u0026id=0b2dc2f0-2377-11e6-9d2a-6c4008960436\u0026type=SugarFieldImage\u0026isTempFile=1",
"user":"Administrator",
"current_user":"Administrator",
"due_date":"2016-06-03T16:18:59-07:00",
"end_date":"2016-06-01T16:18:59-07:00",
"current_date":"2016-06-02T10:53:14-07:00",
"delegate_date":"2016-06-01T16:18:59-07:00",
"start_date":"2016-06-01T16:18:59-07:00",
"completed":true,
"cas_user_id":"1",
"data_info":"has created Process #2 on the Account record with the event \u0027Start Event # 1\u0027."
},
]
}