List facility's specialty information by type

Returns all Infos associated with the specified facility specialty filtered by type.

Request
path Parameters
facilityId
required
string <uuid>

Identifier of the facility to get the information for.

facilitySpecialtyId
required
string <uuid>

Identifier of the facility specialty to get the information for.

facilityInfoType
required
string

Type of facility information.

Enum: "Npi" "Dea" "LiabilityInsurance" "License" "Accreditation" "CmsCertification" "MedicareEnrollment"
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/facilities/{facilityId}/specialties/{facilitySpecialtyId}/info/{facilityInfoType}
Response samples
application/json
[
  • null
]