HAPI FHIR Server

Get the change logs in the FHIR API

get
http://localhost:8080/fhir/R4/change-logs

Response

200 text/html

Success

datestring
detailsstring
get/change-logs
 
curl --request GET \
  --url http://localhost:8080/fhir/R4/change-logs \
  --header 'Accept: text/html' \
  --header 'Authorization: Bearer ' \
  --header 'Content-Type: text/html'
200 text/html
{
  "date": "date",
  "details": "details"
}