Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add creationDate to AssetAdministrationShellDescriptor AND createdAfter Query parameter to /shell-descriptors && /lookup/shells #346

Open
1 task
tunacicek opened this issue Nov 25, 2024 · 0 comments
Labels
Milestone

Comments

@tunacicek
Copy link
Collaborator

What is missing?

A new parameter creationDate is needed in the AssetAdministrationShellDescriptor(optional for SubmodelDescriptors) to enable search capabilities. This parameter is essential for filtering and querying based on creationdate.
See Concept-filtering-shells.

Additionally, a new optional query parameter createdAfter should be added to the APIs

  • /shell-descriptors and
  • /lookup/shells

to filter shells. The createdAfter parameter will allow to retrieve only AssetAdministrationShellDescriptor entries with a creationDate after the provided createdAfter timestamp.

The metamodel related to this parameter is described in detail in the issue: Metamodel for creationDate/createdAfter.

How should it be fixed?

Following changes needed:

  1. Add a new parameter creationDate to the AssetAdministrationShellDescriptor (optional for SubmodelDescriptors) based on the metamodel
  2. Introduce a new optional query parameter createdAfter in the APIs /shell-descriptors and /lookup/shells
  • I have signed the required Developer Certificate of Origin (DCO) already.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants