Required Scopes: MEMBERSHIP_SELF_SERVICE_IDLE_PERIOD_READ
Get contract idle periods. Amendments are returned, when a idle period is in status pending verification
OK
Validation of the request failed.
Authentication failed. No api-key, wrong api-key or wrong header name.
Authorization failed. The caller has no privilege to the given resource.
Entity does not exists.
Conflict
Access denied - rate limit is exceeded.
Unexpected system error.
{- "pastIdlePeriods": [
- {
- "id": 203,
- "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "reason": "Vacation",
- "fee": {
- "amount": 20,
- "currency": "EUR"
}, - "documentUrl": "string",
- "state": "PENDING_VERIFICATION"
}
], - "currentAndUpcomingIdlePeriods": [
- {
- "id": 203,
- "startDate": "2019-08-24",
- "endDate": "2019-08-24",
- "reason": "Vacation",
- "fee": {
- "amount": 20,
- "currency": "EUR"
}, - "documentUrl": "string",
- "state": "PENDING_VERIFICATION"
}
]
}