Classes
Methods
# async list(optionsopt) → {Promise.<Array.<Task>>}
Returns all private tasks of the user with the specified id.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
options |
ListOptions
|
<optional> |
Pagination and filtering options |
Promise.<Array.<Task>>
# async taskStatuses(optionsopt) → {Promise.<Array.<PrivateTasksTaskStatus>>}
Returns the task statuses for private tasks.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
options |
ListOptions
|
<optional> |
Pagination and filtering options |
Promise.<Array.<PrivateTasksTaskStatus>>