Question :
How can one obtain the history of an entity?
Answer
To retrieve the history of a specific entity, you can utilize the following API. This API allows you to access detailed records and changes associated with the entity over time, providing a comprehensive view of its historical data. By leveraging this API, you can efficiently track modifications, monitor updates, and analyze the progression of the entity's information. This is particularly useful for auditing purposes, troubleshooting, or gaining insights into the entity's lifecycle within your system.
GET >> https://<environment>.reltio.com/reltio/api/<tenant_ID>/entities/<entity_ID>/_changes?showAll=true&order=asc
Comments
Please sign in to leave a comment.