# Appointments Partner-facing endpoints for retrieving appointments within a domain. ## List operational appointments by status - [GET /integrations/v1/{domain}/appointments/operational/by-status/{status}](https://partners.qubs.io/openapi/appointments/integrations_listappointmentsbystatus_operational.md): Returns the operational appointment view filtered by status when the caller is authorized. Supports cursor-based pagination via pageSize and nextToken. ## Get operational appointment by domain and appointment id - [GET /integrations/v1/{domain}/appointments/operational/{appointmentId}](https://partners.qubs.io/openapi/appointments/integrations_getappointment_operational.md): Returns the operational appointment view for the specified domain and appointment id when the caller is authorized. ## List operational appointments for a domain - [GET /integrations/v1/{domain}/appointments/operational](https://partners.qubs.io/openapi/appointments/integrations_listappointments_operational.md): Returns the operational appointment view for the specified domain when the caller is authorized. Supports optional filters via query string and offset paging via skip and take. ## List appointment summaries by status - [GET /integrations/v1/{domain}/appointments/by-status/{status}](https://partners.qubs.io/openapi/appointments/integrations_listappointmentsbystatus_summary.md): Returns the appointment summary view filtered by status when the caller is authorized. Supports cursor-based pagination via pageSize and nextToken. ## Get appointment summary by domain and appointment id - [GET /integrations/v1/{domain}/appointments/{appointmentId}](https://partners.qubs.io/openapi/appointments/integrations_getappointment_summary.md): Returns the appointment summary view for the specified domain and appointment id when the caller is authorized. ## List appointment summaries for a domain - [GET /integrations/v1/{domain}/appointments](https://partners.qubs.io/openapi/appointments/integrations_listappointments_summary.md): Returns the appointment summary view for the specified domain when the caller is authorized. Supports optional filters via query string and offset paging via skip and take.