API ReferenceHr sprint
Get sprint time report
Retrieves time report with logged hours per task for a sprint
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/time-report"{
"sprintId": "string",
"sprintName": "string",
"tasks": [
{
"assigneeName": "string",
"billableHours": 0.1,
"clientRef": "string",
"estimatedHours": 0.1,
"loggedHours": 0.1,
"taskCode": "string",
"taskId": "string",
"taskName": "string",
"taskType": "TASK"
}
],
"totalBillableHours": 0.1,
"totalLoggedHours": 0.1
}{
"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"
}