AlphaAlpha Docs
API ReferenceHr sprint

Get sprint burndown

Retrieves burndown chart data for a sprint

GET
/hr/sprints/{id}/burndown
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/hr/sprints/string/burndown"
{
  "dailyProgress": [
    {
      "date": "2019-08-24",
      "idealRemaining": 0.1,
      "remainingPoints": 0
    }
  ],
  "sprintId": "string",
  "totalPoints": 0
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}