AlphaAlpha Docs
API ReferenceHr team agenda

Get team availability

Returns per-day capacity usage per team

GET
/hr/teams/agenda/availability
AuthorizationBearer <token>

In: header

Query Parameters

start*string
Formatdate
end*string
Formatdate
teamIds?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"
}