Approval user information
name | data type | description |
---|---|---|
user | User | User information |
approved | boolean | If user approved already |
rejected | boolean | If user rejected already |
comment | string | Comment assigned to the approval/rejection |
Example
{ "user" : { "name" : "user_1", "rolename" : "Project Manager", "shortName" : "user_1", "fullName" : "User One", "pictureUrl" : "/images/icons/profilepics/user1.png" }, "approved" : true, "rejected" : false, "comment" : "Approval approved, it is fine" }