Getting subscribers for a data product
This operation is used by the Data Controller to retrieve a list of all the subscribers to data products associated with their tenant. To get a list of all the subscribers for a given data product and tenant.
Request
Copy
GET /dpss/api/v1/tenants/{{tenantid}}/data-products/{{dataproductid}}/data-subscribers HTTP/1.1
Host: k8s.itrontotal.com
Authorization: Bearer {{AccessToken}}
Itron-CorrelationId: c49f5907-a32d-4dbf-a28f-12608c4f84ce
Parameters
Name |
Description |
In |
Required |
Type |
Format |
---|---|---|---|---|---|
tenantId |
The Itron tenant ID for the Data Controller System |
Path |
TRUE |
String |
UUID |
dataProductID |
Unique identifier of Data Product |
Path |
TRUE |
String |
UUID |
Authorization |
JWT access token obtained from the Identity Server. For example, Bearer: xyz. |
Header |
TRUE |
String |
JWT |
Response
Copy
[
{
"name": "Subscriber 1",
"dataSubscriberId": "4aff7f30-ec8e-49a8-b9e1-7f1c52647a16"
},
{
"name": "Subscriber 3",
"dataSubscriberId": "a0f5481d-78a5-41ca-a23e-a68826a3cd4c"
}
]
Data Values
Name |
Description |
In |
Required |
Type |
Format |
---|---|---|---|---|---|
Name |
The name of the subscriber |
|
TRUE |
String |
N/A |
dataSubscriberID |
The unique identifier for the subscriber |
|
TRUE |
String |
UUID |