Get total values for list of vacation reports

GET /api-v1/vacation/{type}/total

Headers

Path parameters

  • type string Required

    type

    Values are YEAR or MONTH.

Responses

GET /api-v1/vacation/{type}/total
curl \
 -X GET http://wyzio.app/api-v1/vacation/{type}/total \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
{
  "employeeName": "string",
  "id": 42
}