Skip to main content

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.

assignedUserKeystring

The key of the user this task is assigned to.

createdByFullNamestring

The name of the user who created the task.

createdByUserKeystring

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.

creationDatestring<date-time>

The date when the task was created.

Example: 2016-09-06T13:37:50+03:00
descriptionstring

The description of the task.

dueDatestring<date>required

The due date when the task has to be completed.

Example: 1987-04-26
encodedKeystring

The encoded key of the task, which is auto generated, and must be unique.

idinteger<int64>

The ID of the task, which is uniquely generated for the task.

lastModifiedDatestring<date-time>

The last date when the task was modified.

Example: 2016-09-06T13:37:50+03:00
statusstring

The status of this task, a new task always has an OPEN status.

Possible values: [OPEN, COMPLETED]

taskLinkKeystring

The individual linked to this task. If null, it means nobody is linked to this task.

taskLinkTypestring

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]

templateKeystring

The template key used to create the task.

titlestring

The title of the task.

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"
}