Property | Description |
|---|---|
Endpoint | /api/v2/data-collections/<dataCollectionId>/data-assets <dataCollectionId>: Required. Enter the system-generated unique identifier of the data collection for which you want to retrieve the data assets. For more information about how you can use an API to get the system-generated unique identifier of a data collection, see Retrieve all data collections. To get the system-generated unique identifier of a data collection from the Data Marketplace user interface, open the data collection. The data collection page's URL contains the unique identifier. For example, in the URL https://{{CDMP_URL}}/datacollection/25158afc-3dfb-44ef-8f3e-cec1e171d0f1?dtn=&tab=summary, the unique identifier is 25158afc-3dfb-44ef-8f3e-cec1e171d0f1. |
Method | GET |
Parameter | Description | Additional Information |
|---|---|---|
offset | Optional. Specify the starting index for the paginated results. | Default value is 0. |
limit | Optional. Specify the maximum number of results that are displayed on a page. | Default value is 20. Maximum value is 200. |
Parameter | Description |
|---|---|
pageInfo > offset | Starting index of the paginated results. |
pageInfo > limit | The maximum number of results that are displayed on a page. |
pageInfo > totalCount | Number of data assets retrieved. |
links > self > href | The API that was invoked to generate this response. |
links > first > href | The API endpoint that you can use to retrieve the search results that are displayed on the first page. |
links > next > href | The API endpoint that you can use to retrieve the search results from the page following the one you currently have open. |
links > previous > href | The API endpoint that you can use to retrieve the search results from the page prior to the one you currently have open. |
links > last > href | The API endpoint that you can use to retrieve the search results that are displayed on the last page. |
id | System-generated unique identifier of the data asset. |
externalId | Reference identifier of the data asset. |
name | Name of the data asset. |
description | Description of the data asset. |
status | Status of the data asset. The status indicates whether the data asset is available to be added to data collections. A data asset can have one of the following statuses:
|
type | Type of the data asset. |
source | Source system from which the data is supplied to Data Marketplace. |
descriptiveSource | Source application from which the description of the data asset is taken. |
refLink | Uniform resource identifier of the location in the data source where the data asset is stored. |
assetLocation | Location of the data asset in the data source. |
assetLocationDescription | Description of the location in the data source where the data asset is stored. |
technicalAssetName | Name of the data asset as it appears in the data source. |
averageRating | If the asset is imported from Data Governance and Catalog into Data Marketplace, the system also retrieves its rating. A rating in Data Governance and Catalog represents a user's assessment of an asset. Data Governance and Catalog users rate assets between one to five stars. The value that you see is the average of the ratings provided by all the Data Governance and Catalog users. You can refer to the rating of a Data Governance and Catalog asset to gauge its reliability. |