# Get operational site settings by domain and site name Returns the operational site settings view for a specific site when the caller is authorized for the requested domain and site. Endpoint: GET /integrations/v1/{domain}/sites/{siteName}/operational Version: v1 Security: Bearer ## Path parameters: - `domain` (string, required) Partner domain identifier. Your bearer token is scoped to one or more domains and requests outside that scope are rejected. Example: "acme" - `siteName` (string, required) Site name within the specified domain. Example: "Example Site" ## Response 200 fields (application/json): - `domain` (string, required) Domain this site belongs to. Example: "Example domain" - `siteName` (string, required) Site name. Example: "Example Site" - `companyName` (string, required) Company name associated with the site. Example: "Example Name" - `timeZone` (string) IANA or platform timezone identifier used by the site. Example: "Example timeZone" - `defaultBilling` (string) Default billing type used when booking or invoicing. Example: "Example defaultBilling" - `defaultPriority` (string) Default appointment priority. Example: "Example defaultPriority" - `appendStudyDescription` (boolean) Whether to append the study description in downstream outputs where applicable. Example: true - `patientDobRequired` (boolean) Whether date of birth is required for patients at this site. Example: true - `patientSexRequired` (boolean) Whether patient sex is required for patients at this site. Example: true - `lastModifiedDateTime` (string) When the site settings were last updated. Example: "2020-01-01T00:00:00Z" - `lastModifiedBy` (string) Who last updated the site settings. Example: "Example lastModifiedBy" ## Response 400 fields (application/problem+json): - `type` (null,string) Example: "Example type" - `title` (null,string) Example: "Example title" - `status` (null,integer,string) Example: 1 - `detail` (null,string) Example: "Example detail" - `instance` (null,string) Example: "Example instance" ## Response 401 fields (application/problem+json): - `type` (null,string) Example: "Example type" - `title` (null,string) Example: "Example title" - `status` (null,integer,string) Example: 1 - `detail` (null,string) Example: "Example detail" - `instance` (null,string) Example: "Example instance" ## Response 403 fields (application/problem+json): - `type` (null,string) Example: "Example type" - `title` (null,string) Example: "Example title" - `status` (null,integer,string) Example: 1 - `detail` (null,string) Example: "Example detail" - `instance` (null,string) Example: "Example instance" ## Response 404 fields (application/problem+json): - `type` (null,string) Example: "Example type" - `title` (null,string) Example: "Example title" - `status` (null,integer,string) Example: 1 - `detail` (null,string) Example: "Example detail" - `instance` (null,string) Example: "Example instance" ## Response 500 fields (application/problem+json): - `type` (null,string) Example: "Example type" - `title` (null,string) Example: "Example title" - `status` (null,integer,string) Example: 1 - `detail` (null,string) Example: "Example detail" - `instance` (null,string) Example: "Example instance"