Get Tag Values For Data Source

Returns available tag values for a given data source for a set of tag keys. For Nominal data sources, a time range can be provided to filter tag values to those present within the months spanned by the range. If no time range is provided, this defaults to the last month. For external data sources, the range must not be specified, as all tag values are returned.

Path parameters

dataSourceRidstringRequired

Unique resource identifier for a DataSource. Typically, this is used to refer to the datasource for which a channel is associated, almost always in reference to either a dataset or a connection.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
tagKeysset of stringsRequired
rangeobjectOptional

For Nominal data sources, a time range can be provided to filter tag values to those present within the months spanned by the range. If left empty, this defaults to the last month. For external data sources, the range must not be specified, as all tag values are returned.

Response

This endpoint returns a map from strings to sets of strings.