We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[email protected]
When trying to access a Submodel using a SerializationModifier the server returns a 400 Bad Request HTTP Code.
Try to access the data of a submodel using the API using the following link template:
/submodels/<submodel base64 id>/$metadata?level=core
The Metadata representation of the submodel or a behaviour similar to BaSyx, getting the complete submodel
docker.io/adminshellio/aasx-server-blazor-for-demo:main
No response
The text was updated successfully, but these errors were encountered:
fix: Remove metadata call as not every solution supports Seralization…
569750b
…Modifiers (#30) As the AASX Server does not support SerializationModifiers (eclipse-aaspe/server#329) I removed the call.
No branches or pull requests
Contact Details
[email protected]
Describe the bug
When trying to access a Submodel using a SerializationModifier the server returns a 400 Bad Request HTTP Code.
To reproduce
Try to access the data of a submodel using the API using the following link template:
Screenshots
Expected Behaviour
The Metadata representation of the submodel or a behaviour similar to BaSyx, getting the complete submodel
Version
docker.io/adminshellio/aasx-server-blazor-for-demo:main
Operating System
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: