Get all subscribers for a given data product

Retrieve a list of all subscribers for a given tenant for a given data product.

Request

GET /dpss/api/v1/tenants/{{tenantId}}/data-products/{{dataProductId}}/data-subscribers

HTTP/1.1

Host: {{baseurl}}

Parameters

Name

In

Required

Type

Format

Description

tenantId

Path

TRUE

string

uuid

The Itron provided tenant ID for the Data Controller System.

dataProductId

Path

TRUE

string

uuid

Unique identifier of Data Product.

DI Data Cloud = 2211D5FC-87D6-45DC-94CE-B81ADA1037DF

Authorization

Header

TRUE

string

JWT

JWT access token obtained from the Identity Server. E.g., Bearer: xyz

Response

Copy
"200":
          description: Successful operation
          content:
            application/json:
              schema:
                
    data-subscribers:
      type: array
      items:
        $ref: "#/components/schemas/data-subscriber"
    data-subscriber:
      type: object
      properties:
        name:
          type: string
          description: Name of subscriber
        dataSubscriberId:
          type: string
          format: uuid
          description: Uniqueidentifier for a DataSubscriber 
        "401":
          description: Not Authorized
        "404":
          description: The specified resource could not be found

Data values

Name

In

Required

Type

Format

Description

dataSubscriberId

 

TRUE

string

uuid

Unique identifier of Data Sub Processor, or Subscriber.

Name

 

TRUE

String

 

Name of the Data Sub Processor, or Subscriber