List machine data point configs
List all machine data point configurations visible to the authenticated consumer within the specified organisation. Each config describes an individual data point that a machine can produce (e.g. a temperature sensor, a flow meter).
Authorizations
OAuth2 client credentials flow. Exchange your client_id and
client_secret for a short-lived access token, then pass it as
a Bearer token in the Authorization header.
Headers
Organisation ID that scopes this request. The authenticated consumer must be authorized for this organisation. Omitting this header returns 400; passing an unauthorised org returns 403.
Query Parameters
Filter by site ID or ext-{externalId}.
Filter by machine ID or ext-{externalId}.
Filter by measurement ID or ext-{externalId}.
Response
List of machine data point configs.