Class

MeDashboards

MeDashboards(client, taskId, subtaskId)

Class corresponding to Aworks MeDashboards Endpoints
Constructor

# new MeDashboards(client, taskId, subtaskId)

Endpoint constructor
Parameters:
Name Type Description
client Client
taskId String The id of the task.
subtaskId String The id of the subtask.
See:
  • [MeDashboards in Awork API Docs](https://openapi.awork.com/#/MeDashboards)

View Source endpoints/MeDashboards.js, line 10

Classes

MeDashboards

Methods

# async list(options) → {Promise.<Array.<Dashboard>>}

Returns the dashboards of the current user.
Parameters:
Name Type Description
options ListOptions Pagination and filtering options

View Source endpoints/MeDashboards.js, line 28

Promise.<Array.<Dashboard>>