AlphaAlpha Docs

H R Team Agenda

API calls for team agenda and availability

Get team availability

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

In: header

Query Parameters

start*string
Formatdate
end*string
Formatdate
teamIds?array<>

Response Body

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"
}

Get team agenda by date range

GET
/hr/teams/agenda/by-date-range
AuthorizationBearer <token>

In: header

Query Parameters

start*string
Formatdate
end*string
Formatdate
teamIds?array<>

Response Body

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/hr/teams/agenda/by-date-range?start=2019-08-24&end=2019-08-24"
{
  "property1": [
    {
      "customerId": "string",
      "opportunityId": "string",
      "opportunityName": "string",
      "scheduledEndDate": "2019-08-24",
      "scheduledStartDate": "2019-08-24",
      "status": "NEW"
    }
  ],
  "property2": [
    {
      "customerId": "string",
      "opportunityId": "string",
      "opportunityName": "string",
      "scheduledEndDate": "2019-08-24",
      "scheduledStartDate": "2019-08-24",
      "status": "NEW"
    }
  ]
}
{
  "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"
}