API ReferenceHr team agenda
Get team availability
Returns per-day capacity usage per team
AuthorizationBearer <token>
In: header
Query Parameters
start*string
Format
dateend*string
Format
dateteamIds?array<string>
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/hr/teams/agenda/availability?start=2019-08-24&end=2019-08-24"[
{
"dailyCapacity": 0,
"days": [
{
"dailyCapacity": 0,
"date": "2019-08-24",
"slotsUsed": 0
}
],
"teamColor": "string",
"teamId": "string",
"teamName": "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"
}