Endpoint REST Endpoints
Endpoint
- Create Endpoint Resource
- Method: postPath:
/oracle-fhir-server/fhir/Endpoint - Delete Endpoint Resource
- Method: deletePath:
/oracle-fhir-server/fhir/Endpoint/{id} - GET Change History of Endpoint Resource
- Method: getPath:
/oracle-fhir-server/fhir/Endpoint/_history - GET Change History of Endpoint Resource by ID
- Method: getPath:
/oracle-fhir-server/fhir/Endpoint/{id}/_history - GET Endpoint Resource Bundle
- Method: getPath:
/oracle-fhir-server/fhir/Endpoint - GET Endpoint Resource by ID
- Method: getPath:
/oracle-fhir-server/fhir/Endpoint/{id} - GET Endpoint Resource by version ID
- Method: getPath:
/oracle-fhir-server/fhir/Endpoint/{id}/_history/{vid} - Update Endpoint Resource
- Method: putPath:
/oracle-fhir-server/fhir/Endpoint/{id}