Changes
Changes represent tracked updates to entities in the system. These can include:
- Modified changes: Entities that have been created or updated.
- Deleted changes: Entities that have been removed from the system.
GetChanges/[resourceName] Endpoint
The GetChanges
endpoint supports a BaseChangesOnly
parameter:
- BaseChangesOnly (
boolean
):- When
true
, only returns changes where the entity itself last changed. - When
false
(default), returns changes where the entity or any of its children last changed.
- When
This allows you to control whether you want to track changes at the entity level only, or include changes from related child entities as well.
Note: The
BaseChangesOnly
parameter is not applicable to all entities. Currently, it is only supported for the following entities:
EventModified