Taskapiv1
the automatically generated encoded key of the task
the user provided ID of the task
the date on which the task was created
the date on which the task was last modified
the date by which the task should be completed
the date on which the task was marked as completed
a rich text description of the task
the encoded key of the Mambu user who created the task
the current status of the task
Possible values: [COMPLETED, OPEN, OVERDUE]
the encoded key of the entity associated with the task, for example, the client or account
the type of entity linked to the task
Possible values: [BRANCH, LOAN_ACCOUNT, GROUP, DEPOSIT_ACCOUNT, LINE_OF_CREDIT, LOAN_PRODUCT, GL_JOURNAL_ENTRY, SAVINGS_PRODUCT, USER, CLIENT, CENTRE, ID_DOCUMENT]
the number of days remaining until the task status will be set to OVERDUE if still incomplete
the name of the entity, for example client or user, linked to this task
the full name of the Mambu user who created this task
the encoded key of the user to whom the task is assigned
{
"encodedKey": "string",
"id": 0,
"creationDate": "string",
"lastModifiedDate": "string",
"dueDate": "string",
"completionDate": "string",
"description": "string",
"createdByUserKey": "string",
"status": "COMPLETED",
"taskLinkKey": "string",
"taskLinkType": "BRANCH",
"daysUntilDue": 0,
"taskLinkName": "string",
"createdByFullName": "string",
"assignedUserKey": "string"
}