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
Executing "1. Execute the request Client/1. Get dataset for asset failed.
Client/1. Get dataset for asset
Error 404 Not Found
It seems that path "datasets" should be "data" or the source code for handling this request is wrong.
Anyway, changing to "dataset" just worked fine for me.
{{consumer}}/api/automated/datasets?providerUrl={{provider-dsp}}&assetId={{asset-id}}
should be
{{consumer}}/api/automated/dataset?providerUrl={{provider-dsp}}&assetId={{asset-id}}
BreadcrumbsEDC-Extension-for-AAS/example/resources /aas_edc_extension.postman_collection.json
"name": "1. Get datasets for asset", "request": { "method": "GET", "header": [], "url": { "raw": "{{consumer}}/api/automated/datasets?providerUrl={{provider-dsp}}&assetId={{asset-id}}", "host": [ "{{consumer}}" ],
The text was updated successfully, but these errors were encountered:
Fix typo in postman request
7860769
Closes FraunhoferIOSB#42
Thanks for bringing this up!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Executing "1. Execute the request
Client/1. Get dataset for asset
failed.It seems that path "datasets" should be "data" or the source code for handling this request is wrong.
Anyway, changing to "dataset" just worked fine for me.
should be
BreadcrumbsEDC-Extension-for-AAS/example/resources
/aas_edc_extension.postman_collection.json
The text was updated successfully, but these errors were encountered: