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

AAS Repository getAllAAS is not taking assetIds in consideration or filtering based on AAS. #476

Open
mdanish98 opened this issue Oct 1, 2024 · 0 comments

Comments

@mdanish98
Copy link
Contributor

The getAllAAS has a parameter for assetIds but it is not taking this into consideration. It should filter based on the assetIds.

public ResponseEntity<PagedResult> getAllAssetAdministrationShells(@Valid List<SpecificAssetId> assetIds, @Valid String idShort, @Min(0) @Valid Integer limit, @Valid Base64UrlEncodedCursor cursor) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready for Refinement
Development

No branches or pull requests

1 participant