Classes
Methods
# async get(The) → {Promise.<TaskView>}
Returns one task view that is specified by the id. Task views that are not shared are not considered.
Parameters:
Name | Type | Description |
---|---|---|
The |
String
|
id of the task view. |
Promise.<TaskView>
# async list(optionsopt) → {Promise.<Array.<TaskView>>}
Returns all task views. Task views that are not shared are not considered.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
options |
ListOptions
|
<optional> |
Pagination and filtering options |
Promise.<Array.<TaskView>>