API ReferenceHr sprint
Get velocity
Retrieves velocity data for recent sprints
AuthorizationBearer <token>
In: header
Query Parameters
count?integer
Default
5Format
int32Response 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"
}