Methods

  • get - Get tasks by business id

Resource

{
    "completed": "boolean",
    "completedBy": "string",
    "completedDate": "date-time",
    "createdBy": "string",
    "createdDate": "date-time",
    "dueDate": "date-time",
    "employeeId": "int32",
    "employeeName": "string",
    "externalId": "string",
    "notes": [
        {
            "dateCreated": "date-time",
            "isVisibleToManager": "boolean",
            "note": "string",
            "username": "string"
        }
    ],
    "payRunTaskId": "int32",
    "taskDescription": "string"
}

Properties

Name Type Description
completed boolean Boolean
completedBy string String
completedDate date-time Nullable
createdBy string String
createdDate date-time DateTime
dueDate date-time Nullable
employeeId int32 Nullable
employeeName string String
externalId string String
notes[] array
notes[].dateCreated date-time DateTime
notes[].isVisibleToManager boolean Boolean
notes[].note string String
notes[].username string String
payRunTaskId int32 Int32
taskDescription string String