Required Scopes: APPOINTMENTS_READ
Get appointment bookings with a period starting and ending within a timeframe of +/- 2 weeks for a specific customer
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.
[- {
- "bookingId": 2033,
- "bookingStatus": "BOOKED",
- "startDateTime": "2019-08-24T14:15:22Z",
- "endDateTime": "2019-08-24T14:15:22Z",
- "title": "Mission Beach body",
- "duration": 45,
- "category": "Fitness",
- "description": "Get your body ready for beaches",
- "imgUrl": "string",
- "instructors": [
- {
- "id": 101,
- "firstName": "Anna",
- "lastName": "Chodakowska",
- "publicName": "Peter2000"
}
], - "appointmentStatus": "COMPLETED",
- "participantStatus": "PARTICIPATING"
}
]