Get CMS Certification for an existing facility

Returns the CMS Certification for a specific facility.

Request
path Parameters
facilityId
required
string <uuid>
id
required
string <uuid>
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/facilities/{facilityId}/info/cmsCertifications/{id}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "lastUpdatedAt": "2019-08-24T14:15:22Z",
  • "appliesTo": "Custom",
  • "associatedFacilitySpecialtyIds": [
    ],
  • "certificationNumber": "string",
  • "nonVerifiedInfo": {
    }
}