Overview
Returns the notes list for a process
Summary
This endpoint gets the notes for a process
Request Arguments
Name |
Type |
Description |
Required |
cas_id |
string |
The id of the process trigger sequence |
true |
Response Arguments
Name |
Type |
Description |
rowList |
object |
Note records |
totalRows |
integer |
Total notes |
currentOffset |
integer |
Current offset |
currentDate |
integer |
Current date |
Response
{
"rowList":
[
{
"pmse_bpm_notes__date_entered":"2016-06-02 16:52:21",
"id":"602d4cb0-28e2-11e6-88c9-6c4008960436",
"date_entered":"2016-06-02T09:52:21-07:00",
"date_modified":"2016-06-02T09:52:21-07:00",
"cas_id":"2",
"cas_index":"1",
"not_user_id":"1",
"not_user_recipient_id":"",
"not_type":"GENERAL",
"not_date":null,
"not_status":"ACTIVE",
"not_availability":"",
"not_content":"Test Note1",
"not_recipients":"",
"first_name":null,
"last_name":"Administrator",
"picture":"0b2dc2f0-2377-11e6-9d2a-6c4008960436"
}
],
"totalRows":1,
"currentOffset":0,
"currentDate":"2016-06-02 16:52:39"
}