You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to call the GET /shells endpoint of basyx environment (Asset Administration Shell Repository) there is the possibility to filter for idShort and assetIds.
When sending an idShort ists simly ignored and all AAS are returned.
When sending assetIds an Internal Server error 500 is thrown
I'd expect to get filtered results.
BaSyx Version v2.0
AAS Version DotAAS V3
Tested with docker tags 2.0.0-SNAPSHOT and 2.0.0-milestone-04
Regards,
Christina
The text was updated successfully, but these errors were encountered:
Filtering by idShort will be implemented in the future
Filtering by AssetId is a bit controversial because it is a feature of the AAS Discovery Service. We feel that the Discovery Service should be used for this to separate the concerns of the AAS repository and the discovery. However, the param is part of the specification (Swagger Hub API spec) and therefore the option is there even though it is not tied to any functionality. Getting a 500 error is not good and we will look into this to fix it.
Hello,
when I try to call the GET /shells endpoint of basyx environment (Asset Administration Shell Repository) there is the possibility to filter for idShort and assetIds.
When sending an idShort ists simly ignored and all AAS are returned.
When sending assetIds an Internal Server error 500 is thrown
I'd expect to get filtered results.
Regards,
Christina
The text was updated successfully, but these errors were encountered: