Add creationDate
to AssetAdministrationShellDescriptor AND createdAfter
Query parameter to /shell-descriptors && /lookup/shells
#346
Labels
Milestone
What is missing?
A new parameter
creationDate
is needed in theAssetAdministrationShellDescriptor
(optional forSubmodelDescriptors
) to enable search capabilities. This parameter is essential for filtering and querying based oncreationdate
.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 onlyAssetAdministrationShellDescriptor
entries with acreationDate
after the providedcreatedAfter
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:
creationDate
to theAssetAdministrationShellDescriptor
(optional forSubmodelDescriptors
) based on the metamodelcreatedAfter
in the APIs/shell-descriptors
and/lookup/shells
The text was updated successfully, but these errors were encountered: