# Patients Partner-facing endpoints for retrieving patients within a domain. ## Get patient summary by domain and patient id - [GET /integrations/v1/{domain}/patients/{patientId}](https://partners.qubs.io/openapi/patients/integrations_getpatient_summary.md): Returns the patient summary view for the specified domain and patient id when the caller is authorized. ## List patient summaries for a domain - [GET /integrations/v1/{domain}/patients](https://partners.qubs.io/openapi/patients/integrations_listpatients_summary.md): Returns the patient summary view for the specified domain when the caller is authorized. Supports optional filters via query string and offset paging via skip and take.