Get list of vacation reports

GET /api-v1/vacation/{type}

Headers

Path parameters

  • type string Required

    type

    Values are YEAR or MONTH.

Responses

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