Skip to main content
GET
/
api
/
v2
/
employees
/
{employeeId}
/
goodies
/
planned-vouchers
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>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

employeeId
string
required

Response

200 - application/json
id
string
required

The unique primary key (UUID) of the entity.

dateCreated
string<date-time>
required
dateModified
string<date-time>
required
employeeId
string
required
amount
object
required
goodiesVoucherType
enum<string>
required
Available options:
GENERIC,
SPECIAL
interval
enum<string>
required
Available options:
ONCE,
DAILY,
WEEKLY,
MONTHLY,
YEARLY
nextDate
string<date-time> | null
required
startDate
string<date-time>
required
startDateYearMonth
string
required

yyyy-MM

dateDeleted
string<date-time> | null
endDate
string<date-time> | null
endDateYearMonth
string | null

yyyy-MM