Overview
Reference
- AlertEvents
- AlertGroups
- AlertUrgencies
- AlertSources
- Alerts
- Audits
- Authorizations
- CatalogEntities
- CatalogEntityProperties
- CatalogFields
- Catalogs
- Causes
- [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
- IpRanges
- LiveCallRouters
- OnCallRoles
- OnCallShadows
- OverrideShifts
- PlaybookTasks
- Playbooks
- RetrospectiveTemplates
- Pulses
- RetrospectiveConfigurations
- RetrospectiveProcessGroupSteps
- RetrospectiveProcessGroups
- RetrospectiveProcesses
- RetrospectiveSteps
- Roles
- ScheduleRotationActiveDays
- ScheduleRotationUsers
- ScheduleRotations
- Schedules
- Shifts
- Secrets
- Services
- Severities
- StatusPageTemplates
- StatusPages
- SubStatuses
- Teams
- UserNotificationRules
- Users
- WebhooksDeliveries
- WebhooksEndpoints
Teams
Get team incidents chart
Teams
Get team incidents chart
Get team incidents chart
GET
/
v1
/
teams
/
{id}
/
incidents_chart
curl --request GET \
--url 'https://api.rootly.com/v1/teams/%7Bid%7D/incidents_chart?period=SOME_STRING_VALUE' \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"2025-02-02": 0,
"2025-02-03": 0,
"2025-02-04": 0,
"2025-02-05": 0,
"2025-02-06": 0,
"2025-02-07": 0,
"2025-02-08": 0,
"2025-02-09": 0,
"2025-02-10": 0,
"2025-02-11": 0,
"2025-02-12": 0,
"2025-02-13": 0,
"2025-02-14": 0,
"2025-02-15": 0,
"2025-02-16": 0,
"2025-02-17": 0,
"2025-02-18": 0,
"2025-02-19": 0,
"2025-02-20": 0,
"2025-02-21": 0,
"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": 1,
"2025-03-03": 0,
"2025-03-04": 0,
"2025-03-05": 0
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
Response
200
application/vnd.api+json
success
The response is of type object
.
Was this page helpful?
curl --request GET \
--url 'https://api.rootly.com/v1/teams/%7Bid%7D/incidents_chart?period=SOME_STRING_VALUE' \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
"data": {
"2025-02-02": 0,
"2025-02-03": 0,
"2025-02-04": 0,
"2025-02-05": 0,
"2025-02-06": 0,
"2025-02-07": 0,
"2025-02-08": 0,
"2025-02-09": 0,
"2025-02-10": 0,
"2025-02-11": 0,
"2025-02-12": 0,
"2025-02-13": 0,
"2025-02-14": 0,
"2025-02-15": 0,
"2025-02-16": 0,
"2025-02-17": 0,
"2025-02-18": 0,
"2025-02-19": 0,
"2025-02-20": 0,
"2025-02-21": 0,
"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": 1,
"2025-03-03": 0,
"2025-03-04": 0,
"2025-03-05": 0
}
}