eclipse-aaspe / server

C# based server for AASX packages
Other
72 stars 52 forks source link

Missing query parameters for /shells/{aasIdentifier}/submodels #164

Closed sebastiankb closed 8 months ago

sebastiankb commented 1 year ago

Describe the bug Branch masterV3 provides a resource /shells/{aasIdentifier}/submodels which should include the same query parameters as for /submodels.

/shells/{aasIdentifier}/submodels:

image

/submodels:

image

At the moment it is not possible to request a specific submodel of a AAS by semanticID or idShort.

aorzelskiGH commented 1 year ago

Should be fixed in main

juileetikekar commented 8 months ago

Hi @sebastiankb,

The main branch consists of the APIs conformant with the specifications and SwaggerHub definitions.