Overview
AlertEvents
AlertGroups
AlertRoutingRules
AlertUrgencies
AlertSources
Alerts
Audits
Authorizations
CatalogEntities
CatalogEntityProperties
CatalogFields
Catalogs
[DEPRECATED] CustomFieldOptions
[DEPRECATED] CustomFields
CustomForms
DashboardPanels
Dashboards
Environments
EscalationPolicies
EscalationLevelsPolicies
EscalationLevelsPath
EscalationLevels
EscalationPaths
FormFieldOptions
FormFieldPlacementConditions
FormFieldPlacements
FormFieldPositions
FormFields
FormSetConditions
FormSets
Functionalities
WorkflowTasks
[DEPRECATED] WorkflowCustomFieldSelections
WorkflowFormFieldConditions
WorkflowGroups
WorkflowRuns
Workflows
Heartbeats
IncidentActionItems
[DEPRECATED] IncidentCustomFieldSelections
IncidentEventFunctionalities
IncidentEventServices
IncidentEvents
IncidentFeedbacks
IncidentFormFieldSelections
IncidentPermissionSetBooleans
IncidentPermissionSetResources
IncidentPermissionSets
IncidentRetrospectives
IncidentRetrospectiveSteps
IncidentRoleTasks
IncidentRoles
IncidentStatusPageEvents
IncidentSubStatuses
IncidentTypes
Incidents
- GETList incidents
- POSTCreates an incident
- GETRetrieves an incident
- PUTUpdate an incident
- DELDelete an incident
- PUTMitigate an incident
- PUTResolve an incident
- PUTCancel an incident
- PUTTriage an incident
- PUTRestart an incident
- PUTMark an incident as a duplicate
- POSTAdd subscribers to incident
- DELRemove subscribers from incident
- POSTAssign user to incident
- DELRemove assigned user from incident
IpRanges
LiveCallRouters
OnCallRoles
OnCallShadows
OverrideShifts
PlaybookTasks
Playbooks
RetrospectiveTemplates
RetrospectiveConfigurations
RetrospectiveProcessGroupSteps
RetrospectiveProcessGroups
RetrospectiveProcesses
RetrospectiveSteps
ScheduleRotationActiveDays
ScheduleRotationUsers
ScheduleRotations
Schedules
Services
Severities
StatusPageTemplates
StatusPages
SubStatuses
Teams
UserNotificationRules
WebhooksDeliveries
DashboardPanels
Retrieves a dashboard panel
DashboardPanels
Retrieves a dashboard panel
Retrieves a specific dashboard panel by id
GET
/
v1
/
dashboard_panels
/
{id}
curl --request GET \
--url https://api.rootly.com/v1/dashboard_panels/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "fac531c2-c30c-4d2b-97bf-38689abd23cb",
"type": "dashboard_panels",
"attributes": {
"dashboard_id": "90b988da-4f91-468b-805a-30bcc5eeb9b6",
"name": "Test panel",
"params": {
"display": "line_chart",
"datasets": [
{
"collection": "incidents",
"filter": [],
"aggregate": {
"operation": "count",
"key": "results",
"cumulative": false
}
}
]
},
"position": null,
"created_at": "2025-03-22T22:58:59.117-07:00",
"updated_at": "2025-03-22T22:58:59.117-07:00",
"data": [
{
"name": "Incidents",
"color": null,
"data": {
"2025-02-22": 0,
"2025-02-23": 0,
"2025-02-24": 0,
"2025-02-25": 0,
"2025-02-26": 0,
"2025-02-27": 0,
"2025-02-28": 0,
"2025-03-01": 0,
"2025-03-02": 0,
"2025-03-03": 0,
"2025-03-04": 0,
"2025-03-05": 0,
"2025-03-06": 0,
"2025-03-07": 0,
"2025-03-08": 0,
"2025-03-09": 0,
"2025-03-10": 0,
"2025-03-11": 0,
"2025-03-12": 0,
"2025-03-13": 0,
"2025-03-14": 0,
"2025-03-15": 0,
"2025-03-16": 0,
"2025-03-17": 0,
"2025-03-18": 0,
"2025-03-19": 0,
"2025-03-20": 0,
"2025-03-21": 0,
"2025-03-22": 0
}
}
]
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
Date range for panel data, ISO8601 timestamps separated by the word 'to'. Ex: '2022-06-19T11:28:46.029Z to 2022-07-18T21:58:46.029Z'.
The time period to group data by. Accepts 'day', 'week', and 'month'
The time zone to use for period
Response
200 - application/vnd.api+json
dashboard panel found
Unique ID of the dashboard_panel
Available options:
dashboard_panels
Available options:
line_chart
, line_stepped_chart
, column_chart
, stacked_column_chart
, monitoring_chart
, pie_chart
, table
, aggregate_value
Available options:
all
, charted
Available options:
alerts
, incidents
, incident_post_mortems
, incident_action_items
, users
The panel dashboard
The name of the dashboard_panel
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/dashboard_panels/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "fac531c2-c30c-4d2b-97bf-38689abd23cb",
"type": "dashboard_panels",
"attributes": {
"dashboard_id": "90b988da-4f91-468b-805a-30bcc5eeb9b6",
"name": "Test panel",
"params": {
"display": "line_chart",
"datasets": [
{
"collection": "incidents",
"filter": [],
"aggregate": {
"operation": "count",
"key": "results",
"cumulative": false
}
}
]
},
"position": null,
"created_at": "2025-03-22T22:58:59.117-07:00",
"updated_at": "2025-03-22T22:58:59.117-07:00",
"data": [
{
"name": "Incidents",
"color": null,
"data": {
"2025-02-22": 0,
"2025-02-23": 0,
"2025-02-24": 0,
"2025-02-25": 0,
"2025-02-26": 0,
"2025-02-27": 0,
"2025-02-28": 0,
"2025-03-01": 0,
"2025-03-02": 0,
"2025-03-03": 0,
"2025-03-04": 0,
"2025-03-05": 0,
"2025-03-06": 0,
"2025-03-07": 0,
"2025-03-08": 0,
"2025-03-09": 0,
"2025-03-10": 0,
"2025-03-11": 0,
"2025-03-12": 0,
"2025-03-13": 0,
"2025-03-14": 0,
"2025-03-15": 0,
"2025-03-16": 0,
"2025-03-17": 0,
"2025-03-18": 0,
"2025-03-19": 0,
"2025-03-20": 0,
"2025-03-21": 0,
"2025-03-22": 0
}
}
]
}
}
}