How can we help?

Searching:

0 results found

Dashboards/Get

GET api/dashboards/[dashboardId]

Description

Retrieves a specific Dashboard based on its id, including all the widgets that it contains.

See the following for request and response details ‒

See Also

Request ‒ Dashboards/Get

Property Type Description Mandatory
id String This is the unique identifier automatically assigned by Axonize when a Dashboard is created. This id is returned in the response of the Dashboards/Post.

Example JSON Dashboards/Get Request

curl -X GET \

https://api.dev.axonize.com/api/dashboards/5aa22c39ca26045a88862f6a \

-H ‘Cache-Control: no-cache’ \

-H ‘Content-Type: application/json’ \

-H ‘appId: 1aaf017c-b987-4f53-94d6-ad9afb8e4767’

Response ‒ Dashboards/Get

For the requested Dashboard, the response provides the properties in Dashboards/Post.

Example JSON Dashboards/Get Response

Status 200 – OK