Skip to main content
GET
/
v1
/
dashboard
/
issue-activity
Get Issue Activity
curl --request GET \
  --url https://api.example.com/v1/dashboard/issue-activity \
  --header 'Authorization: Bearer <token>'
{
  "points": [
    {
      "date": "<string>",
      "label": "<string>",
      "new_count": 123,
      "resolved_count": 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

Response

Successful Response

window
enum<string>
required
Available options:
7d,
30d,
90d
points
IssueActivityPoint · object[]
required