Developers

Download vacation pdf file

GET
/calendar/vacations/{id}/download-file

Download vacation pdf file

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

Vacation identifier

Response Body

curl -X GET "https://example.com/calendar/vacations/string/download-file"
{  "displayedName": "string",  "extension": "string",  "id": "string",  "downloadUrl": "string",  "downloadType": "string"}