AlphaAlpha Docs
API ReferenceHr sprint

Get velocity

Retrieves velocity data for recent sprints

GET
/hr/sprints/velocity
AuthorizationBearer <token>

In: header

Query Parameters

count?integer
Default5
Formatint32

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/hr/sprints/velocity"
[
  {
    "completedPoints": 0,
    "plannedPoints": 0,
    "sprintId": "string",
    "sprintName": "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"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}