What is missing?
With 3.2 we introduce createdAt / updatedAt to AdministrativeInformation.
In cases, where data needs to be synced between systems, a kind of changelog would be very valuable.
That would allow a sync between systems without the need for event based synchronization.
How should it be fixed?
Introduce an endpoint that returns Identifiables by creation or update timestamp.
Ether as separate endpoint or as part of the GetAll* endpoints.
Permission wise it could be easier to introduce a separate endpoint like "/shells/changelog" with parameter "updatedAfter" or "createdAfter".
What is missing?
With 3.2 we introduce createdAt / updatedAt to AdministrativeInformation.
In cases, where data needs to be synced between systems, a kind of changelog would be very valuable.
That would allow a sync between systems without the need for event based synchronization.
How should it be fixed?
Introduce an endpoint that returns Identifiables by creation or update timestamp.
Ether as separate endpoint or as part of the GetAll* endpoints.
Permission wise it could be easier to introduce a separate endpoint like "/shells/changelog" with parameter "updatedAfter" or "createdAfter".