cURL
curl --request GET \ --url https://api.become1.de/api/v2/employees/{employeeId}/goodies/planned-vouchers \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "dateCreated": "2023-11-07T05:31:56Z", "dateModified": "2023-11-07T05:31:56Z", "employeeId": "<string>", "amount": {}, "goodiesVoucherType": "GENERIC", "interval": "ONCE", "nextDate": "2023-11-07T05:31:56Z", "startDate": "2023-11-07T05:31:56Z", "startDateYearMonth": "<string>", "dateDeleted": "2023-11-07T05:31:56Z", "endDate": "2023-11-07T05:31:56Z", "endDateYearMonth": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique primary key (UUID) of the entity.
GENERIC
SPECIAL
ONCE
DAILY
WEEKLY
MONTHLY
YEARLY
yyyy-MM