How to get asset details on catalog request #3363
-
We are currently struggeling with changes to the catalog endpoint responses. Previously we were able to get all asset information from a In a catalog browser on consumer side, we want to visualize all asset offerings incl. details. The current idea would be to get the catalog of a provider and fetch each's asset information with a separate call to getAsset endpoint. I assume, this is not the intended way. Have you any recommendation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
In a DCAT catalog, the the |
Beta Was this translation helpful? Give feedback.
In a DCAT catalog, the
Dataset
structure (that refers to a singleAsset
in the EDC domain) should contain all theAsset
properties., please take a look at this Sample, in which the Catalog contains for example theedc:contenttype
property, that was part of the asset created on the provider.the
getAsset
endpoint is on the management side and it should not be accessed outside the owner organization.