Catalog

This section provides an overview of all available APIs that adhere to the OpenAPI specification. All APIs are loaded from the OpenAPI specification file: Link. Please note that the API base-paths may differ depending on the connector, the specific API base-path can be seen in the UI dashboard.


Deprecated
post

Fetch a connector's data offers

Body

Catalog query parameters

connectorEndpointstringRequired

Target EDC DSP endpoint URL. Can contain a queryParam 'participantId', which is provided by default in the Connector Endpoint in the EDC UI.

participantIdstringOptional

Target EDC Participant ID. It is required if the connector endpoint does not contain the queryParam 'participantId'.

limitinteger · int32Optional

Limit the number of results

offsetinteger · int32Optional

Offset for returned results, e.g. start at result 2

Responses
post
/wrapper/use-case-api/catalog
default

default response


get

Fetch a connector's data offers

Query parameters
participantIdstringOptional
connectorEndpointstringOptional
Responses
get
/wrapper/ui/pages/catalog-page/data-offers
default

default response

Last updated

Was this helpful?