Skip to main content
Get a datapoint by its ID from one or more collections of the same dataset. The data point is stored in the datapoint parameter.

Parameters

uuid.UUID
The ID of the dataset to query.
uuid.UUID
The id of the datapoint to query
proto.Message
The datapoint to query into
[]QueryOption
Options for querying data points.

Options

Restrict the lookup to specific dataset collections by collection object.
Restrict the lookup to specific dataset collections by collection ID.
default:"false"
Skip the data when querying datapoint. If set, only the required and auto-generated fields will be returned.

Returns

An error if data point could not be queried.