# Get CMS Certification for an existing facility Returns the CMS Certification for a specific facility. Endpoint: GET /facilities/{facilityId}/info/cmsCertifications/{id} Version: 26.2.0.4309 Security: Bearer ## Path parameters: - `facilityId` (string, required) - `id` (string, required) ## Response 200 fields (application/json): - `id` (string) The identifier of this CMS Certification. - `lastUpdatedAt` (string) The date and time when the CMS Certification was created or modified. - `appliesTo` (string) Enum: "SelfOnly", "SelfAndAllChildren", "Custom" - `associatedFacilitySpecialtyIds` (array) - `certificationNumber` (string) The number for this CMS Certification. - `nonVerifiedInfo` (object) - `nonVerifiedInfo.certificationDate` (string) The date of this CMS Certification. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields