GET
/providers/{providerId}/appointments
List Provider Appointments
Retrieve all appointments for a specific healthcare provider.
Path Parameters
See schema: ProviderIdPathParam
Query Parameters
See schema: PaginationParams
Request Body
Content Types: -
Schema: -
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Successful response with list of appointments | Appointment |
| 404 | Provider not found | ErrorResponse |