Infocenter notifications
Infocenter system supports soft-deleting of objects
When an object is deleted from datasource - it is not removed from database, but marked as deleted with TTL (time to live) = 1 month, so they are still available for querying for a month starting from removing date.
To get list of deleted objects you need to provide query param deleted with true value
In case you cache data delivered by Infocenter system on your side then it is best to select the data by project or containedInPlace query params so you can test on the entities endpoint if the changed object is still in your selection
To start getting EventGrid notification about changed objects you should first contact our support and request a new subscription.
There are two possible types of events: Changed and Deleted. It's possible to only get notifications about a specific event type or both of them.
Message data includes the following properties:
Property | Type | Description |
---|---|---|
@id | string | json-id: full url to load the object (based on identifier) |
type | string | event type |
identifier | string | |
project | string[] | list of affected projects |