Skip to content

Add filter for created / updated to Shells / Submodels #551

@alexgordtop

Description

@alexgordtop

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".

  • I have signed the required Developer Certificate of Origin (DCO) already.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions