Task
Represents a human task that can be assigned by one user to another. When a task is created, it's status is set to OPEN.
The key of the user this task is assigned to.
The name of the user who created the task.
The key of the user that created this task. The value is not editable and it is populated at task creation with the current user key.
The date when the task was created.
2016-09-06T13:37:50+03:00The description of the task.
The due date when the task has to be completed.
1987-04-26The encoded key of the task, which is auto generated, and must be unique.
The ID of the task, which is uniquely generated for the task.
The last date when the task was modified.
2016-09-06T13:37:50+03:00The status of this task, a new task always has an OPEN status.
Possible values: [OPEN, COMPLETED]
The individual linked to this task. If null, it means nobody is linked to this task.
The type of the owner represented by the task link key.
Possible values: [CLIENT, GROUP, LOAN_PRODUCT, SAVINGS_PRODUCT, CENTRE, BRANCH, USER, LOAN_ACCOUNT, DEPOSIT_ACCOUNT, ID_DOCUMENT, LINE_OF_CREDIT, GL_JOURNAL_ENTRY]
The template key used to create the task.
The title of the task.
{
"assignedUserKey": "string",
"createdByFullName": "string",
"createdByUserKey": "string",
"creationDate": "2016-09-06T13:37:50+03:00",
"description": "string",
"dueDate": "1987-04-26",
"encodedKey": "string",
"id": 0,
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"status": "OPEN",
"taskLinkKey": "string",
"taskLinkType": "CLIENT",
"templateKey": "string",
"title": "string"
}