# FacilitiesSpecialties Endpoints related to managing and retrieving Facility Specialties. These APIs allow you to associate specialties with a specific facility, retrieve a list of assigned specialties, view details for an individual specialty, and remove specialties as needed. Each specialty is linked to a facility using unique identifiers in the API path. In addition to specialty management, the APIs support retrieving detailed information linked to each facility specialty. This includes endpoints for listing all associated info items, with optional filtering by type to support more targeted queries. ## Create a Specialty for an existing facility - [POST /facilities/{facilityId}/specialties](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/facilitiesspecialties/createfacilityspecialty.md): Add a Specialty for the specified facility. ## List facility's Specialties - [GET /facilities/{facilityId}/specialties](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/facilitiesspecialties/listfacilityspecialties.md): Returns all Specialties associated with the specified facility. ## Get Specialty for an existing facility - [GET /facilities/{facilityId}/specialties/{facilitySpecialtyId}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/facilitiesspecialties/getfacilityspecialty.md): Returns the Specialty for a specific facility. ## Delete existing Specialty for a facility - [DELETE /facilities/{facilityId}/specialties/{facilitySpecialtyId}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/facilitiesspecialties/deletefacilityspecialty.md): Deletes an existing Specialty associated with the specified facility. ## List facility's specialty information by type - [GET /facilities/{facilityId}/specialties/{facilitySpecialtyId}/info/{facilityInfoType}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/facilitiesspecialties/listfacilityspecialtyinfosbytype.md): Returns all Infos associated with the specified facility specialty filtered by type. ## List facility's specialty information - [GET /facilities/{facilityId}/specialties/{facilitySpecialtyId}/info](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/facilitiesspecialties/listfacilityspecialtyinfos.md): Returns all Infos associated with the specified facility specialty.