Skip to main content
GET
/
v1
/
dashboard
/
trend
Get Dashboard Trend
curl --request GET \
  --url https://api.example.com/v1/dashboard/trend \
  --header 'Authorization: Bearer <token>'
{
  "metric": "<string>",
  "window": "<string>",
  "data": [
    {
      "date": "<string>",
      "value": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

window
string
default:30d
metric
string
default:issues_opened

Response

Successful Response

metric
string
required
window
string
required
data
TrendPoint · object[]
required