# get_dashboard_elements

Get all elements within a dashboard by ID.

Endpoint: GET /dashboard/dashboards/{dashboard_id}/elements
Version: 1.0
Security: x-api-key

## Path parameters:

  - `dashboard_id` (string, required)

## Query parameters:

  - `accountId` (string)

## Response 200 fields (application/json):

  - `resource` (array, required)

  - `resource.id` (string, required)

  - `resource.dashboard_id` (string, required)

  - `resource.title_text` (string,null)

  - `resource.title` (string,null)

  - `resource.type` (string, required)

## Response 404 fields (application/json):

  - `error` (string, required)

  - `code` (integer, required)

  - `correlationId` (string)

  - `responseMessages` (string, required)


