Subscription REST Endpoints

Subscription
Create Subscription Resource
Method: post
Path: /oracle-fhir-server/fhir/Subscription
Delete Subscription Resource
Method: delete
Path: /oracle-fhir-server/fhir/Subscription/{id}
GET Change History of Subscription Resource
Method: get
Path: /oracle-fhir-server/fhir/Subscription/_history
GET Change History of Subscription Resource by ID
Method: get
Path: /oracle-fhir-server/fhir/Subscription/{id}/_history
GET Subscription Resource Bundle
Method: get
Path: /oracle-fhir-server/fhir/Subscription
GET Subscription Resource by ID
Method: get
Path: /oracle-fhir-server/fhir/Subscription/{id}
GET Subscription Resource by version ID
Method: get
Path: /oracle-fhir-server/fhir/Subscription/{id}/_history/{vid}
Update Subscription Resource
Method: put
Path: /oracle-fhir-server/fhir/Subscription/{id}