Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Description

_id

The id of this dashboard.

createdAt

When this dashboard was created.

updatedAt

When this dashboard was last updated.

title

String. Title of the dashboard.

widgets

An array of the widgets on this dashboard. See widgets.

organisation

Id of the organisation this dashboard belongs to.

owner

Id of the user who created this dashboard

visibility

NOWHERE, ANYWHERE, VALID_DOMAINS. The scope of where this dashboard is externally visible.

validDomains

If visibility is VALID_DOMAINS, a string of domains which can view this dashboard.

isPublic

If false then this dashboard is only available to the owner and users with org/all/dashboard/view scope, otherwise it’s available to everyone in the organisation with permission. This is unrelated to visibility.

...