Property | Description |
|---|---|
Endpoint | /api/v2/data-collections/<dataCollectionId>/consumer-accesses <dataCollectionId>: Required. Enter the system-generated unique identifier of the data collection for which you want to retrieve the consumer access details. 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 consumer accesses 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 consumer access. |
externalId | Reference identifier of the consumer access. |
costCenter | Cost center of the Data User that was granted access to the data collection. |
status | Status of the consumer access. A consumer access can have the following statuses:
|
accessGrantedOn | Date on which the Data User was granted access to the data collection. |
consumer | Details about the Data User that was granted access to the data collection. |
assetGroups | Details of the asset group that is assigned to the category that contains the data collection that is associated with the consumer access. |
assetGroups > id | System-generated identifier of the asset group. |
assetGroups > name | Name of the asset group. |
assetGroups > isInherited | Indicates whether the asset group is directly assigned to the category or if the asset group is inherited from the category hierarchy. This parameter can have one of the following values:
|