GET
/
v1
/
functionalities
/
{id}
/
incidents_chart
curl --request GET \
  --url 'https://api.rootly.com/v1/functionalities/%7Bid%7D/incidents_chart?period=SOME_STRING_VALUE' \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "2025-01-06 00:00:00 UTC": 0,
    "2025-01-13 00:00:00 UTC": 0,
    "2025-01-20 00:00:00 UTC": 0,
    "2025-01-27 00:00:00 UTC": 0,
    "2025-02-03 00:00:00 UTC": 0,
    "2025-02-10 00:00:00 UTC": 0,
    "2025-02-17 00:00:00 UTC": 0,
    "2025-02-24 00:00:00 UTC": 0,
    "2025-03-03 00:00:00 UTC": 1
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

period
string
required

Response

200
application/vnd.api+json
success

The response is of type object.