AlphaAlpha Docs
API ReferenceHr employee

Get my vacation balance

Gets the vacation balance for the currently logged in employee

GET
/hr/employees/me/vacation-balance
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/hr/employees/me/vacation-balance"
[
  {
    "adjustments": 0.1,
    "carriedOver": 0.1,
    "notes": "string",
    "totalDays": 0.1,
    "usedDays": 0.1,
    "year": 0
  }
]
{
  "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"
}