Transfer-History
Last updated
Was this helpful?
Last updated
Was this helpful?
This section provides an overview of all available APIs that adhere to the OpenAPI specification. All APIs are loaded from the OpenAPI specification file: . 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.
Collect all data for the Transfer History Page
curl -L \
--url 'https://my-connector/api/management/wrapper/ui/pages/transfer-history-page'
{
"transferEntries": [
{
"transferProcessId": "text",
"createdDate": "2025-04-06T13:21:57.962Z",
"lastUpdatedDate": "2025-04-06T13:21:57.962Z",
"state": {
"name": "text",
"code": 1,
"simplifiedState": "RUNNING"
},
"contractAgreementId": "text",
"direction": "CONSUMING",
"counterPartyConnectorEndpoint": "text",
"counterPartyParticipantId": "text",
"assetName": "text",
"assetId": "text",
"errorMessage": "text"
}
]
}
default response
Queries a transfer process' asset
curl -L \
--url 'https://my-connector/api/management/wrapper/ui/pages/transfer-history-page/transfer-processes/{transferProcessId}/asset'
{
"dataSourceAvailability": "LIVE",
"assetId": "text",
"connectorEndpoint": "text",
"participantId": "text",
"title": "text",
"creatorOrganizationName": "text",
"onRequestContactEmail": "contact@my-org.com",
"onRequestContactEmailSubject": "Department XYZ Data Offer Request - My Product, My API",
"language": "text",
"description": "text",
"descriptionShortText": "text",
"isOwnConnector": true,
"publisherHomepage": "text",
"licenseUrl": "text",
"version": "text",
"keywords": [
"text"
],
"mediaType": "text",
"landingPageUrl": "text",
"httpDatasourceHintsProxyMethod": true,
"httpDatasourceHintsProxyPath": true,
"httpDatasourceHintsProxyQueryParams": true,
"httpDatasourceHintsProxyBody": true,
"dataCategory": "text",
"dataSubcategory": "text",
"dataModel": "text",
"geoReferenceMethod": "text",
"transportMode": "text",
"sovereignLegalName": "text",
"geoLocation": "text",
"nutsLocations": [
"text"
],
"dataSampleUrls": [
"text"
],
"referenceFileUrls": [
"text"
],
"referenceFilesDescription": "text",
"conditionsForUse": "text",
"dataUpdateFrequency": "text",
"temporalCoverageFrom": "2025-04-06",
"temporalCoverageToInclusive": "2025-04-06",
"assetJsonLd": "text",
"customJsonAsString": "text",
"customJsonLdAsString": "text",
"privateCustomJsonAsString": "text",
"privateCustomJsonLdAsString": "text"
}
default response