Skip to main content

History

All updates and mutations are stored within our database (including deletions). To query for the history of operations that have occured to resources you can use the history api. History API returns a bundle of resources that have been updated, created, or deleted.

API

Parameters Supported

NameDescription
_countTotal number of returned resources
_sinceReturns resources with lastUpdated greater than the provided _since value
_since-versionReturns resources with versionId (which for our api is a sequential value) greater than value provided

System level

System level history encompasses all mutations that have happened on the system level

R4

iguhealth api history_system r4 _since-version=2550

R4B

iguhealth api history_system r4b _since-version=2550

Type level

Type level history encompasses all mutations that have happened at the type level: Example:

R4

iguhealth api history_type r4 $ResourceType _since-version=2550

R4B

iguhealth api history_type r4b $ResourceType _since-version=2550

Instance level

Instance level history encompasses all mutations that have happened to a single resource: Example:

R4

iguhealth api history_instance r4 $ResourceType $ResourceId _since-version=2550

R4B

iguhealth api history_instance r4b $ResourceType $ResourceId _since-version=2550