Skip to content

History & Traceability

History endpoints

There are a number of endpoints available that relate to the history of objects and their relationships.

Get the cronologically ordered statuses that an asset has had:

v1/assets/123/history/status

Get a list of the instrumentations to which an asset has been assigned:

v1/assets/123/instrumentation/history

Explore more history endpoints in the API documentation.

Modification tracking

We maintain full traceability.

Every change to a data set is tracked, including

  • the old value
  • the modification date
  • the modification event (create, update, delete)
  • the id of the user who made the change
  • the API key used to make the change

and a count up to the modification version of the record.
The full contents of the modifications table are not available via the API.