Skip to main content

Taskapiv1

encodedKeystring

the automatically generated encoded key of the task

idnumber

the user provided ID of the task

creationDatestring

the date on which the task was created

lastModifiedDatestring

the date on which the task was last modified

dueDatestring

the date by which the task should be completed

completionDatestring

the date on which the task was marked as completed

descriptionstring

a rich text description of the task

createdByUserKeystring

the encoded key of the Mambu user who created the task

statusstring

the current status of the task

Possible values: [COMPLETED, OPEN, OVERDUE]

taskLinkKeystring

the encoded key of the entity associated with the task, for example, the client or account

taskLinkTypestring

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]

daysUntilDuenumber

the number of days remaining until the task status will be set to OVERDUE if still incomplete

taskLinkNamestring

the name of the entity, for example client or user, linked to this task

createdByFullNamestring

the full name of the Mambu user who created this task

assignedUserKeystring

the encoded key of the user to whom the task is assigned

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