Returns a list of all dashboards, optionally filtering them.
string
string
string
Returns a list of dashboards.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/dashboard' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Returns the keys of all properties for the dashboard item identified by the id.
string
Requiredstring
RequiredReturned if the dashboard item was found.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/dashboard/{dashboardId}/items/{itemId}/properties' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Returns the value of the property with a given key from the dashboard item identified by the id.
string
Requiredstring
Requiredstring
RequiredReturned if the dashboa